org.apache.cxf.jaxws
Class JaxWsClientFactoryBean
java.lang.Object
org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
org.apache.cxf.endpoint.AbstractEndpointFactory
org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory
org.apache.cxf.frontend.ClientFactoryBean
org.apache.cxf.jaxws.JaxWsClientFactoryBean
- All Implemented Interfaces:
- InterceptorProvider
public class JaxWsClientFactoryBean
- extends ClientFactoryBean
Bean to help easily create Client endpoints for JAX-WS.
Fields inherited from class org.apache.cxf.endpoint.AbstractEndpointFactory |
address, bindingConfig, bindingFactory, bindingId, bus, conduitSelector, dataBinding, destinationFactory, endpointName, endpointReference, features, properties, publishedEndpointUrl, serviceName, transportId |
Methods inherited from class org.apache.cxf.endpoint.AbstractEndpointFactory |
addToBeans, checkPrivateEndpoint, getAddress, getBindingConfig, getBindingFactory, getBindingId, getBus, getBus, getConduitSelector, getDataBinding, getDestinationFactory, getEndpointName, getFeatures, getProperties, getProperties, getPublishedEndpointUrl, getServiceName, getTransportId, initializeAnnotationInterceptors, initializeAnnotationInterceptors, initializeAnnotationInterceptors, setAddress, setBindingConfig, setBindingFactory, setBus, setConduitSelector, setDataBinding, setDestinationFactory, setEndpointName, setEndpointReference, setFeatures, setProperties, setPublishedEndpointUrl, setServiceName, setTransportId |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JaxWsClientFactoryBean
public JaxWsClientFactoryBean()
setServiceClass
public void setServiceClass(Class<?> serviceClass)
- Description copied from class:
AbstractWSDLBasedEndpointFactory
- Specifies the class implementing the service.
- Overrides:
setServiceClass
in class AbstractWSDLBasedEndpointFactory
- Parameters:
serviceClass
- the service's implementaiton class
createSoapBindingConfig
protected SoapBindingConfiguration createSoapBindingConfig()
- Overrides:
createSoapBindingConfig
in class AbstractWSDLBasedEndpointFactory
setBindingId
public void setBindingId(String bind)
- Overrides:
setBindingId
in class AbstractEndpointFactory
Apache CXF