Package org.apache.cxf.jaxws
Class JaxWsClientFactoryBean
- java.lang.Object
-
- org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
-
- org.apache.cxf.endpoint.AbstractEndpointFactory
-
- org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory
-
- org.apache.cxf.frontend.ClientFactoryBean
-
- org.apache.cxf.jaxws.JaxWsClientFactoryBean
-
- All Implemented Interfaces:
org.apache.cxf.interceptor.InterceptorProvider
public class JaxWsClientFactoryBean extends org.apache.cxf.frontend.ClientFactoryBeanBean to help easily create Client endpoints for JAX-WS.
-
-
Constructor Summary
Constructors Constructor Description JaxWsClientFactoryBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.cxf.binding.soap.SoapBindingConfigurationcreateSoapBindingConfig()voidsetBindingId(String bind)voidsetServiceClass(Class<?> serviceClass)-
Methods inherited from class org.apache.cxf.frontend.ClientFactoryBean
applyFeatures, applyProperties, create, createClient, detectTransportIdFromAddress, getWSDLEndpointFactory
-
Methods inherited from class org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory
createBindingInfo, createEndpoint, createEndpointInfo, getServiceClass, getServiceFactory, getWsdlURL, initializeServiceFactory, setServiceFactory, setWsdlURL
-
Methods 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, setBus, setConduitSelector, setDataBinding, setDestinationFactory, setEndpointName, setEndpointReference, setFeatures, setProperties, setPublishedEndpointUrl, setServiceName, setTransportId
-
-
-
-
Method Detail
-
setServiceClass
public void setServiceClass(Class<?> serviceClass)
- Overrides:
setServiceClassin classorg.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory
-
createSoapBindingConfig
protected org.apache.cxf.binding.soap.SoapBindingConfiguration createSoapBindingConfig()
- Overrides:
createSoapBindingConfigin classorg.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory
-
setBindingId
public void setBindingId(String bind)
- Overrides:
setBindingIdin classorg.apache.cxf.endpoint.AbstractEndpointFactory
-
-