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:
org.apache.cxf.interceptor.InterceptorProvider

public class ClientFactoryBean
extends AbstractEndpointFactory


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