|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.endpoint.dynamic.DynamicClientFactory
org.apache.cxf.jaxws.endpoint.dynamic.JaxWsDynamicClientFactory
public class JaxWsDynamicClientFactory
This class reads a WSDL and creates a dynamic client from it with JAX-WS
functionality.
This provides support for attachments and other useful things that
come with JAX-WS.
Use newInstance(org.apache.cxf.Bus) to obtain an instance, and then
DynamicClientFactory.createClient(String) (or other overloads) to create a client.
This factory uses the JAXB data binding.
| Constructor Summary | |
|---|---|
protected |
JaxWsDynamicClientFactory(org.apache.cxf.Bus bus)
|
| Method Summary | |
|---|---|
protected boolean |
allowWrapperOps()
|
protected org.apache.cxf.endpoint.EndpointImplFactory |
getEndpointImplFactory()
|
static JaxWsDynamicClientFactory |
newInstance()
Create a new instance using a default Bus. |
static JaxWsDynamicClientFactory |
newInstance(org.apache.cxf.Bus b)
Create a new instance using a specific Bus. |
| Methods inherited from class org.apache.cxf.endpoint.dynamic.DynamicClientFactory |
|---|
compileJavaSrc, createClient, createClient, createClient, createClient, createClient, createClient, createClient, createClient, createClient, createClient, createClient, createClient, createClient, createClient, createClient, createClient, createClient, createClient, createClient, createClient, getJaxbContextProperties, isSimpleBindingEnabled, setJaxbContextProperties, setSimpleBindingEnabled, setTemporaryDirectory |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected JaxWsDynamicClientFactory(org.apache.cxf.Bus bus)
| Method Detail |
|---|
protected org.apache.cxf.endpoint.EndpointImplFactory getEndpointImplFactory()
getEndpointImplFactory in class org.apache.cxf.endpoint.dynamic.DynamicClientFactoryprotected boolean allowWrapperOps()
allowWrapperOps in class org.apache.cxf.endpoint.dynamic.DynamicClientFactorypublic static JaxWsDynamicClientFactory newInstance(org.apache.cxf.Bus b)
b - the Bus to use in subsequent operations with the
instance
public static JaxWsDynamicClientFactory newInstance()
BusFactory.getDefaultBus()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||