public class ClientFactoryBean extends AbstractWSDLBasedEndpointFactory
address, bindingConfig, bindingFactory, bindingId, bus, conduitSelector, dataBinding, destinationFactory, endpointName, endpointReference, features, properties, publishedEndpointUrl, serviceName, transportId
Constructor and Description |
---|
ClientFactoryBean() |
ClientFactoryBean(ReflectionServiceFactoryBean factory) |
Modifier and Type | Method and Description |
---|---|
protected void |
applyFeatures(Client client) |
protected void |
applyProperties(Endpoint ep) |
Client |
create() |
protected Client |
createClient(Endpoint ep) |
protected String |
detectTransportIdFromAddress(String ad) |
protected WSDLEndpointFactory |
getWSDLEndpointFactory() |
createBindingInfo, createEndpoint, createEndpointInfo, createSoapBindingConfig, getServiceClass, getServiceFactory, getWsdlURL, initializeServiceFactory, setServiceClass, setServiceFactory, setWsdlURL
addToBeans, 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, setTransportId
getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors, setInFaultInterceptors, setInInterceptors, setOutFaultInterceptors, setOutInterceptors
public ClientFactoryBean()
public ClientFactoryBean(ReflectionServiceFactoryBean factory)
protected String detectTransportIdFromAddress(String ad)
detectTransportIdFromAddress
in class AbstractWSDLBasedEndpointFactory
protected WSDLEndpointFactory getWSDLEndpointFactory()
getWSDLEndpointFactory
in class AbstractWSDLBasedEndpointFactory
public Client create()
protected void applyFeatures(Client client)
protected void applyProperties(Endpoint ep)
Apache CXF