Package org.apache.cxf.jaxws
Class JaxWsClientFactoryBean
- All Implemented Interfaces:
InterceptorProvider
Bean to help easily create Client endpoints for JAX-WS.
-
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected SoapBindingConfigurationvoidsetBindingId(String bind) voidsetServiceClass(Class<?> serviceClass) Specifies the class implementing the service.Methods inherited from class org.apache.cxf.frontend.ClientFactoryBean
applyFeatures, applyProperties, create, createClient, detectTransportIdFromAddress, getWSDLEndpointFactoryMethods inherited from class org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory
createBindingInfo, createEndpoint, createEndpointInfo, getServiceClass, getServiceFactory, getWsdlURL, initializeServiceFactory, 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, 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
-
JaxWsClientFactoryBean
public JaxWsClientFactoryBean()
-
-
Method Details
-
setServiceClass
Description copied from class:AbstractWSDLBasedEndpointFactorySpecifies the class implementing the service.- Overrides:
setServiceClassin classAbstractWSDLBasedEndpointFactory- Parameters:
serviceClass- the service's implementaiton class
-
createSoapBindingConfig
- Overrides:
createSoapBindingConfigin classAbstractWSDLBasedEndpointFactory
-
setBindingId
- Overrides:
setBindingIdin classAbstractEndpointFactory
-