Package org.apache.cxf.frontend
Class ClientFactoryBean
java.lang.Object
org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
org.apache.cxf.endpoint.AbstractEndpointFactory
org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory
org.apache.cxf.frontend.ClientFactoryBean
- All Implemented Interfaces:
org.apache.cxf.interceptor.InterceptorProvider
-
Field Summary
Fields inherited from class org.apache.cxf.endpoint.AbstractEndpointFactory
address, bindingConfig, bindingFactory, bindingId, bus, conduitSelector, dataBinding, destinationFactory, endpointName, endpointReference, features, properties, publishedEndpointUrl, serviceName, transportId -
Constructor Summary
ConstructorsConstructorDescriptionClientFactoryBean(org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean factory) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidapplyFeatures(org.apache.cxf.endpoint.Client client) protected voidapplyProperties(org.apache.cxf.endpoint.Endpoint ep) org.apache.cxf.endpoint.Clientcreate()protected org.apache.cxf.endpoint.ClientcreateClient(org.apache.cxf.endpoint.Endpoint ep) protected Stringprotected org.apache.cxf.wsdl11.WSDLEndpointFactoryMethods inherited from class org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory
createBindingInfo, createEndpoint, createEndpointInfo, createSoapBindingConfig, getServiceClass, getServiceFactory, getWsdlURL, initializeServiceFactory, setServiceClass, setServiceFactory, setWsdlURLMethods 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, setBindingId, setBus, setConduitSelector, setDataBinding, setDestinationFactory, setEndpointName, setEndpointReference, setFeatures, setProperties, setPublishedEndpointUrl, setServiceName, setTransportIdMethods inherited from class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors, setInFaultInterceptors, setInInterceptors, setOutFaultInterceptors, setOutInterceptors
-
Constructor Details
-
ClientFactoryBean
public ClientFactoryBean() -
ClientFactoryBean
public ClientFactoryBean(org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean factory)
-
-
Method Details
-
detectTransportIdFromAddress
- Specified by:
detectTransportIdFromAddressin classAbstractWSDLBasedEndpointFactory
-
getWSDLEndpointFactory
protected org.apache.cxf.wsdl11.WSDLEndpointFactory getWSDLEndpointFactory()- Specified by:
getWSDLEndpointFactoryin classAbstractWSDLBasedEndpointFactory
-
create
public org.apache.cxf.endpoint.Client create() -
createClient
protected org.apache.cxf.endpoint.Client createClient(org.apache.cxf.endpoint.Endpoint ep) -
applyFeatures
protected void applyFeatures(org.apache.cxf.endpoint.Client client) -
applyProperties
protected void applyProperties(org.apache.cxf.endpoint.Endpoint ep)
-