|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Client in org.apache.cxf.binding.coloc.feature |
---|
Methods in org.apache.cxf.binding.coloc.feature with parameters of type Client | |
---|---|
void |
ColocFeature.initialize(Client client,
Bus bus)
|
Uses of Client in org.apache.cxf.bus.managers |
---|
Methods in org.apache.cxf.bus.managers with parameters of type Client | |
---|---|
void |
ClientLifeCycleManagerImpl.clientCreated(Client client)
|
void |
ClientLifeCycleManagerImpl.clientDestroyed(Client client)
|
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 |
ClientLifeCycleManager.clientCreated(Client client)
|
void |
ClientLifeCycleListener.clientCreated(Client client)
|
void |
ClientLifeCycleManager.clientDestroyed(Client client)
|
void |
ClientLifeCycleListener.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(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(String wsdlUrl,
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(String wsdlUrl,
ClassLoader classLoader,
List<String> bindingFiles)
|
Client |
DynamicClientFactory.createClient(String wsdlUrl,
List<String> bindingFiles)
|
Client |
DynamicClientFactory.createClient(String wsdlUrl,
QName service)
|
Client |
DynamicClientFactory.createClient(String wsdlUrl,
QName service,
ClassLoader classLoader,
QName port)
|
Client |
DynamicClientFactory.createClient(String wsdlUrl,
QName service,
ClassLoader classLoader,
QName port,
List<String> bindingFiles)
|
Client |
DynamicClientFactory.createClient(String wsdlUrl,
QName service,
List<String> bindingFiles)
|
Client |
DynamicClientFactory.createClient(String wsdlUrl,
QName service,
QName port)
|
Client |
DynamicClientFactory.createClient(String wsdlUrl,
QName service,
QName port,
List<String> bindingFiles)
|
Client |
DynamicClientFactory.createClient(URL 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(URL wsdlUrl,
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(URL wsdlUrl,
ClassLoader classLoader,
List<String> bindingFiles)
|
Client |
DynamicClientFactory.createClient(URL wsdlUrl,
List<String> bindingFiles)
|
Client |
DynamicClientFactory.createClient(URL wsdlUrl,
QName service)
|
Client |
DynamicClientFactory.createClient(URL wsdlUrl,
QName service,
ClassLoader classLoader,
QName port)
|
Client |
DynamicClientFactory.createClient(URL wsdlUrl,
QName service,
ClassLoader classLoader,
QName port,
List<String> bindingFiles)
|
Client |
DynamicClientFactory.createClient(URL wsdlUrl,
QName service,
List<String> bindingFiles)
|
Client |
DynamicClientFactory.createClient(URL wsdlUrl,
QName service,
QName port)
|
Client |
DynamicClientFactory.createClient(URL wsdlUrl,
QName service,
QName port,
List<String> bindingFiles)
|
Uses of Client in org.apache.cxf.feature |
---|
Methods in org.apache.cxf.feature with parameters of type Client | |
---|---|
void |
WrappedFeature.initialize(Client client,
Bus bus)
|
void |
Feature.initialize(Client client,
Bus bus)
|
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()
|
protected Client |
ClientFactoryBean.createClient(Endpoint ep)
|
Client |
ClientProxy.getClient()
|
static Client |
ClientProxy.getClient(Object o)
|
Methods in org.apache.cxf.frontend with parameters of type Client | |
---|---|
protected void |
ClientFactoryBean.applyFeatures(Client client)
|
protected ClientProxy |
ClientProxyFactoryBean.clientClientProxy(Client c)
|
Constructors in org.apache.cxf.frontend with parameters of type Client | |
---|---|
ClientProxy(Client c)
|
Uses of Client in org.apache.cxf.jaxws |
---|
Methods in org.apache.cxf.jaxws that return Client | |
---|---|
Client |
DispatchImpl.getClient()
|
Methods in org.apache.cxf.jaxws with parameters of type Client | |
---|---|
protected ClientProxy |
JaxWsProxyFactoryBean.clientClientProxy(Client c)
|
Constructors in org.apache.cxf.jaxws with parameters of type Client | |
---|---|
JaxWsClientProxy(Client c,
javax.xml.ws.Binding b)
|
Uses of Client in org.apache.cxf.transport.https |
---|
Methods in org.apache.cxf.transport.https with parameters of type Client | |
---|---|
void |
CertConstraintsFeature.initialize(Client client,
Bus bus)
|
Uses of Client in org.apache.cxf.transport.jms |
---|
Methods in org.apache.cxf.transport.jms with parameters of type Client | |
---|---|
void |
JMSConfigFeature.initialize(Client client,
Bus bus)
|
Uses of Client in org.apache.cxf.ws.policy |
---|
Methods in org.apache.cxf.ws.policy with parameters of type Client | |
---|---|
void |
WSPolicyFeature.initialize(Client client,
Bus bus)
|
Uses of Client in org.apache.cxf.ws.rm |
---|
Methods in org.apache.cxf.ws.rm that return Client | |
---|---|
protected Client |
Proxy.createClient(Bus bus,
Endpoint endpoint,
ProtocolVariation protocol,
Conduit conduit,
EndpointReferenceType address)
|
Methods in org.apache.cxf.ws.rm with parameters of type Client | |
---|---|
void |
RMManager.clientCreated(Client client)
|
void |
RMManager.clientDestroyed(Client client)
|
Uses of Client in org.apache.cxf.ws.security.cache |
---|
Methods in org.apache.cxf.ws.security.cache with parameters of type Client | |
---|---|
void |
CacheCleanupListener.clientCreated(Client client)
|
void |
CacheCleanupListener.clientDestroyed(Client client)
|
Uses of Client in org.apache.cxf.ws.security.trust |
---|
Fields in org.apache.cxf.ws.security.trust declared as Client | |
---|---|
protected Client |
STSClient.client
|
Methods in org.apache.cxf.ws.security.trust that return Client | |
---|---|
Client |
STSClient.getClient()
|
|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |