Modifier and Type | Method and Description |
---|---|
void |
ColocFeature.initialize(Client client,
Bus bus) |
Modifier and Type | Method and Description |
---|---|
void |
ClientLifeCycleManagerImpl.clientCreated(Client client) |
void |
ClientLifeCycleManagerImpl.clientDestroyed(Client client) |
Modifier and Type | Method and Description |
---|---|
void |
FailoverFeature.initialize(Client client,
Bus bus) |
Modifier and Type | Method and Description |
---|---|
void |
StaxDataBindingFeature.initialize(Client client,
Bus bus) |
Modifier and Type | Class and Description |
---|---|
class |
ClientImpl |
Modifier and Type | Method and Description |
---|---|
void |
ClientLifeCycleListener.clientCreated(Client client) |
void |
ClientLifeCycleManager.clientCreated(Client client) |
void |
ClientLifeCycleListener.clientDestroyed(Client client) |
void |
ClientLifeCycleManager.clientDestroyed(Client client) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractFeature.initialize(Client client,
Bus bus) |
void |
Feature.initialize(Client client,
Bus bus) |
void |
WrappedFeature.initialize(Client client,
Bus bus) |
Modifier and Type | Method and Description |
---|---|
void |
SchemaValidationFeature.initialize(Client client,
Bus bus) |
Modifier and Type | Field and Description |
---|---|
protected Client |
ClientProxy.client |
Modifier and Type | Method and Description |
---|---|
Client |
ClientFactoryBean.create() |
protected Client |
ClientFactoryBean.createClient(Endpoint ep) |
Client |
ClientProxy.getClient() |
static Client |
ClientProxy.getClient(Object o) |
Modifier and Type | Method and Description |
---|---|
protected void |
ClientFactoryBean.applyFeatures(Client client) |
protected ClientProxy |
ClientProxyFactoryBean.clientClientProxy(Client c) |
Constructor and Description |
---|
ClientProxy(Client c) |
Modifier and Type | Method and Description |
---|---|
Client |
DispatchImpl.getClient() |
Modifier and Type | Method and Description |
---|---|
protected ClientProxy |
JaxWsProxyFactoryBean.clientClientProxy(Client c) |
Constructor and Description |
---|
JaxWsClientProxy(Client c,
Binding b) |
Modifier and Type | Method and Description |
---|---|
void |
MetricsFeature.initialize(Client client,
Bus bus) |
Modifier and Type | Method and Description |
---|---|
void |
CertConstraintsFeature.initialize(Client client,
Bus bus) |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionFactoryFeature.initialize(Client client,
Bus bus) |
void |
JMSConfigFeature.initialize(Client client,
Bus bus) |
Modifier and Type | Method and Description |
---|---|
void |
WSPolicyFeature.initialize(Client client,
Bus bus) |
Modifier and Type | Method and Description |
---|---|
protected Client |
Proxy.createClient(Bus bus,
Endpoint endpoint,
ProtocolVariation protocol,
Conduit conduit,
EndpointReferenceType address) |
Modifier and Type | Method and Description |
---|---|
void |
RMManager.clientCreated(Client client) |
void |
RMManager.clientDestroyed(Client client) |
Modifier and Type | Method and Description |
---|---|
void |
CacheCleanupListener.clientCreated(Client client) |
void |
CacheCleanupListener.clientDestroyed(Client client) |
Modifier and Type | Field and Description |
---|---|
protected Client |
AbstractSTSClient.client |
Modifier and Type | Method and Description |
---|---|
Client |
AbstractSTSClient.getClient() |
Apache CXF