Class JaxWsDynamicClientFactory

java.lang.Object
org.apache.cxf.endpoint.dynamic.DynamicClientFactory
org.apache.cxf.jaxws.endpoint.dynamic.JaxWsDynamicClientFactory

public class JaxWsDynamicClientFactory extends DynamicClientFactory
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.