Package | Description |
---|---|
org.apache.cxf.binding.coloc.feature | |
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 | |
org.apache.cxf.jaxws | |
org.apache.cxf.transport.https | |
org.apache.cxf.transport.jms | |
org.apache.cxf.ws.policy | |
org.apache.cxf.ws.rm |
Modifier and Type | Method and Description |
---|---|
void |
ColocFeature.initialize(Client client,
Bus bus) |
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 |
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) |
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) |
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,
javax.xml.ws.Binding b) |
Modifier and Type | Method and Description |
---|---|
void |
CertConstraintsFeature.initialize(Client client,
Bus bus) |
Modifier and Type | Method and Description |
---|---|
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,
Conduit conduit,
EndpointReferenceType address) |
Modifier and Type | Method and Description |
---|---|
void |
RMManager.clientCreated(Client client) |
void |
RMManager.clientDestroyed(Client client) |
Apache CXF