org.apache.cxf.frontend
Class ClientFactoryBean
java.lang.Object
org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
org.apache.cxf.frontend.AbstractEndpointFactory
org.apache.cxf.frontend.ClientFactoryBean
- All Implemented Interfaces:
- org.apache.cxf.interceptor.InterceptorProvider
public class ClientFactoryBean
- extends AbstractEndpointFactory
| Methods inherited from class org.apache.cxf.frontend.AbstractEndpointFactory |
createBindingInfo, createEndpoint, createEndpointInfo, getAddress, getBindingConfig, getBindingFactory, getBindingId, getBus, getConduitSelector, getDataBinding, getDestinationFactory, getEndpointName, getFeatures, getProperties, getServiceClass, getServiceFactory, getServiceName, getTransportId, getWsdlURL, initializeAnnotationInterceptors, initializeAnnotationInterceptors, initializeServiceFactory, setAddress, setBindingConfig, setBindingId, setBus, setConduitSelector, setDataBinding, setDestinationFactory, setEndpointName, setEndpointReference, setFeatures, setProperties, setServiceClass, setServiceFactory, setServiceName, setTransportId, setWsdlURL |
| Methods inherited from class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider |
getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors, setInFaultInterceptors, setInInterceptors, setOutFaultInterceptors, setOutInterceptors |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientFactoryBean
public ClientFactoryBean()
create
public org.apache.cxf.endpoint.Client create()
createClient
protected void createClient(org.apache.cxf.endpoint.Endpoint ep)
applyFeatures
protected void applyFeatures()
applyExtraClass
protected void applyExtraClass()
getClient
public org.apache.cxf.endpoint.Client getClient()
setClient
public void setClient(org.apache.cxf.endpoint.Client client)
Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.