Apache CXF API

Uses of Interface
org.apache.cxf.endpoint.Client

Packages that use Client
org.apache.cxf.clustering   
org.apache.cxf.databinding.stax   
org.apache.cxf.endpoint Client and Server related classes. 
org.apache.cxf.endpoint.dynamic   
org.apache.cxf.feature   
org.apache.cxf.frontend   
 

Uses of Client in org.apache.cxf.clustering
 

Methods in org.apache.cxf.clustering with parameters of type Client
 void FailoverFeature.initialize(Client client, Bus bus)
           
 

Uses of Client in org.apache.cxf.databinding.stax
 

Methods in org.apache.cxf.databinding.stax with parameters of type Client
 void StaxDataBindingFeature.initialize(Client client, Bus bus)
           
 

Uses of Client in org.apache.cxf.endpoint
 

Classes in org.apache.cxf.endpoint that implement Client
 class ClientImpl
           
 

Methods in org.apache.cxf.endpoint with parameters of type Client
 void ClientLifeCycleManagerImpl.clientCreated(Client client)
           
 void ClientLifeCycleListener.clientCreated(Client client)
           
 void ClientLifeCycleManager.clientCreated(Client client)
           
 void ClientLifeCycleManagerImpl.clientDestroyed(Client client)
           
 void ClientLifeCycleListener.clientDestroyed(Client client)
           
 void ClientLifeCycleManager.clientDestroyed(Client client)
           
 

Uses of Client in org.apache.cxf.endpoint.dynamic
 

Methods in org.apache.cxf.endpoint.dynamic that return Client
 Client DynamicClientFactory.createClient(java.lang.String wsdlUrl)
          Create a new Client instance using the WSDL to be loaded from the specified URL and using the current classloading context.
 Client DynamicClientFactory.createClient(java.lang.String wsdlUrl, java.lang.ClassLoader classLoader)
          Create a new Client instance using the WSDL to be loaded from the specified URL and with the specified ClassLoader as parent.
 Client DynamicClientFactory.createClient(java.lang.String wsdlUrl, java.lang.ClassLoader classLoader, java.util.List<java.lang.String> bindingFiles)
           
 Client DynamicClientFactory.createClient(java.lang.String wsdlUrl, java.util.List<java.lang.String> bindingFiles)
           
 Client DynamicClientFactory.createClient(java.lang.String wsdlUrl, javax.xml.namespace.QName service)
           
 Client DynamicClientFactory.createClient(java.lang.String wsdlUrl, javax.xml.namespace.QName service, java.lang.ClassLoader classLoader, javax.xml.namespace.QName port)
           
 Client DynamicClientFactory.createClient(java.lang.String wsdlUrl, javax.xml.namespace.QName service, java.lang.ClassLoader classLoader, javax.xml.namespace.QName port, java.util.List<java.lang.String> bindingFiles)
           
 Client DynamicClientFactory.createClient(java.lang.String wsdlUrl, javax.xml.namespace.QName service, java.util.List<java.lang.String> bindingFiles)
           
 Client DynamicClientFactory.createClient(java.lang.String wsdlUrl, javax.xml.namespace.QName service, javax.xml.namespace.QName port)
           
 Client DynamicClientFactory.createClient(java.lang.String wsdlUrl, javax.xml.namespace.QName service, javax.xml.namespace.QName port, java.util.List<java.lang.String> bindingFiles)
           
 

Uses of Client in org.apache.cxf.feature
 

Methods in org.apache.cxf.feature with parameters of type Client
 void AbstractFeature.initialize(Client client, Bus bus)
           
 

Uses of Client in org.apache.cxf.frontend
 

Fields in org.apache.cxf.frontend declared as Client
protected  Client ClientProxy.client
           
 

Methods in org.apache.cxf.frontend that return Client
 Client ClientFactoryBean.create()
           
 Client ClientFactoryBean.getClient()
           
 Client ClientProxy.getClient()
           
static Client ClientProxy.getClient(java.lang.Object o)
           
 

Methods in org.apache.cxf.frontend with parameters of type Client
protected  ClientProxy ClientProxyFactoryBean.clientClientProxy(Client c)
           
 void ClientFactoryBean.setClient(Client client)
           
 

Constructors in org.apache.cxf.frontend with parameters of type Client
ClientProxy(Client c)
           
 


Apache CXF API

Apache CXF