public class JaxWsDynamicClientFactory extends 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.DynamicClientFactory.LocationFilterReader
Modifier | Constructor and Description |
---|---|
protected |
JaxWsDynamicClientFactory(Bus bus) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
allowWrapperOps() |
protected EndpointImplFactory |
getEndpointImplFactory() |
static JaxWsDynamicClientFactory |
newInstance()
Create a new instance using a default Bus.
|
static JaxWsDynamicClientFactory |
newInstance(Bus b)
Create a new instance using a specific Bus.
|
applySchemaCompilerOptions, 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, setTemporaryDirectory
protected JaxWsDynamicClientFactory(Bus bus)
protected EndpointImplFactory getEndpointImplFactory()
getEndpointImplFactory
in class DynamicClientFactory
protected boolean allowWrapperOps()
allowWrapperOps
in class DynamicClientFactory
public static JaxWsDynamicClientFactory newInstance(Bus b)
b
- the Bus to use in subsequent operations with the
instancepublic static JaxWsDynamicClientFactory newInstance()
BusFactory.getDefaultBus()
Apache CXF