public class JaxWsClientFactoryBean
extends org.apache.cxf.frontend.ClientFactoryBean
| Constructor and Description |
|---|
JaxWsClientFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.cxf.binding.soap.SoapBindingConfiguration |
createSoapBindingConfig() |
void |
setBindingId(String bind) |
void |
setServiceClass(Class<?> serviceClass) |
applyFeatures, applyProperties, create, createClient, detectTransportIdFromAddress, getWSDLEndpointFactorycreateBindingInfo, createEndpoint, createEndpointInfo, getServiceClass, getServiceFactory, getWsdlURL, initializeServiceFactory, setServiceFactory, setWsdlURLaddToBeans, 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, setTransportIdpublic void setServiceClass(Class<?> serviceClass)
setServiceClass in class org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactoryprotected org.apache.cxf.binding.soap.SoapBindingConfiguration createSoapBindingConfig()
createSoapBindingConfig in class org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactorypublic void setBindingId(String bind)
setBindingId in class org.apache.cxf.endpoint.AbstractEndpointFactoryApache CXF