public class JaxWsDynamicClientFactory
extends org.apache.cxf.endpoint.dynamic.DynamicClientFactory
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.| Modifier | Constructor and Description |
|---|---|
protected |
JaxWsDynamicClientFactory(org.apache.cxf.Bus bus) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
cloneNode, compileJavaSrc, createClient, createClient, createClient, createClient, createClient, createClient, createClient, createClient, createClient, createClient, createClient, createClient, createClient, createClient, createClient, createClient, createClient, createClient, createClient, createClient, createSchemaCompiler, getJaxbContextProperties, isSimpleBindingEnabled, setAllowElementReferences, setJaxbContextProperties, setSchemaCompilerOptions, setSimpleBindingEnabled, setTemporaryDirectoryprotected JaxWsDynamicClientFactory(org.apache.cxf.Bus bus)
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
instancepublic static JaxWsDynamicClientFactory newInstance()
BusFactory.getDefaultBus()Apache CXF