Apache CXF API

org.apache.cxf.frontend
Class ClientFactoryBean

java.lang.Object
  extended by org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
      extended by org.apache.cxf.frontend.AbstractEndpointFactory
          extended by org.apache.cxf.frontend.ClientFactoryBean
All Implemented Interfaces:
InterceptorProvider
Direct Known Subclasses:
JaxWsClientFactoryBean

public class ClientFactoryBean
extends AbstractEndpointFactory


Constructor Summary
ClientFactoryBean()
           
 
Method Summary
protected  void applyExtraClass()
           
protected  void applyFeatures()
           
 Client create()
           
protected  void createClient(Endpoint ep)
           
 Client getClient()
           
 void setClient(Client client)
           
 
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
 

Constructor Detail

ClientFactoryBean

public ClientFactoryBean()
Method Detail

create

public Client create()

createClient

protected void createClient(Endpoint ep)

applyFeatures

protected void applyFeatures()

applyExtraClass

protected void applyExtraClass()

getClient

public Client getClient()

setClient

public void setClient(Client client)

Apache CXF API

Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.