public class JaxWsClientFactoryBean extends ClientFactoryBean
address, bindingConfig, bindingFactory, bindingId, bus, conduitSelector, dataBinding, destinationFactory, endpointName, endpointReference, features, properties, publishedEndpointUrl, serviceName, transportId
Constructor and Description |
---|
JaxWsClientFactoryBean() |
Modifier and Type | Method and Description |
---|---|
protected SoapBindingConfiguration |
createSoapBindingConfig() |
void |
setBindingId(String bind) |
void |
setServiceClass(Class serviceClass)
Specifies the class implementing the service.
|
applyFeatures, applyProperties, create, createClient, detectTransportIdFromAddress, getWSDLEndpointFactory
createBindingInfo, createEndpoint, createEndpointInfo, getServiceClass, getServiceFactory, getWsdlURL, initializeServiceFactory, setServiceFactory, setWsdlURL
checkPrivateEndpoint, getAddress, getBindingConfig, getBindingFactory, getBindingId, 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
getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors, setInFaultInterceptors, setInInterceptors, setOutFaultInterceptors, setOutInterceptors
public void setServiceClass(Class serviceClass)
AbstractWSDLBasedEndpointFactory
setServiceClass
in class AbstractWSDLBasedEndpointFactory
serviceClass
- the service's implementaiton classprotected SoapBindingConfiguration createSoapBindingConfig()
createSoapBindingConfig
in class AbstractWSDLBasedEndpointFactory
public void setBindingId(String bind)
setBindingId
in class AbstractEndpointFactory
Apache CXF