public class ClientFactoryBean extends AbstractWSDLBasedEndpointFactory
| Constructor and Description |
|---|
ClientFactoryBean() |
ClientFactoryBean(org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean factory) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
applyFeatures(org.apache.cxf.endpoint.Client client) |
protected void |
applyProperties(org.apache.cxf.endpoint.Endpoint ep) |
org.apache.cxf.endpoint.Client |
create() |
protected org.apache.cxf.endpoint.Client |
createClient(org.apache.cxf.endpoint.Endpoint ep) |
protected String |
detectTransportIdFromAddress(String ad) |
protected org.apache.cxf.wsdl11.WSDLEndpointFactory |
getWSDLEndpointFactory() |
createBindingInfo, createEndpoint, createEndpointInfo, createSoapBindingConfig, getServiceClass, getServiceFactory, getWsdlURL, initializeServiceFactory, setServiceClass, 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, setBindingId, setBus, setConduitSelector, setDataBinding, setDestinationFactory, setEndpointName, setEndpointReference, setFeatures, setProperties, setPublishedEndpointUrl, setServiceName, setTransportIdpublic ClientFactoryBean()
public ClientFactoryBean(org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean factory)
protected String detectTransportIdFromAddress(String ad)
detectTransportIdFromAddress in class AbstractWSDLBasedEndpointFactoryprotected org.apache.cxf.wsdl11.WSDLEndpointFactory getWSDLEndpointFactory()
getWSDLEndpointFactory in class AbstractWSDLBasedEndpointFactorypublic org.apache.cxf.endpoint.Client create()
protected org.apache.cxf.endpoint.Client createClient(org.apache.cxf.endpoint.Endpoint ep)
protected void applyFeatures(org.apache.cxf.endpoint.Client client)
protected void applyProperties(org.apache.cxf.endpoint.Endpoint ep)
Apache CXF