Package | Description |
---|---|
org.apache.cxf.endpoint | |
org.apache.cxf.endpoint.dynamic | |
org.apache.cxf.jaxws.endpoint.dynamic | |
org.apache.cxf.jaxws.support |
Modifier and Type | Class and Description |
---|---|
class |
SimpleEndpointImplFactory
Create ordinary EndpointImpl objects.
|
Modifier and Type | Method and Description |
---|---|
static EndpointImplFactory |
SimpleEndpointImplFactory.getSingleton()
Avoid the need to construct these objects over and over
in cases where the code knows that it needs the basic
case.
|
Constructor and Description |
---|
ClientImpl(Bus bus,
Service svc,
QName port,
EndpointImplFactory endpointImplFactory)
Create a Client that uses a specific EndpointImpl.
|
Modifier and Type | Method and Description |
---|---|
protected EndpointImplFactory |
DynamicClientFactory.getEndpointImplFactory() |
Modifier and Type | Method and Description |
---|---|
protected EndpointImplFactory |
JaxWsDynamicClientFactory.getEndpointImplFactory() |
Modifier and Type | Class and Description |
---|---|
class |
JaxWsEndpointImplFactory |
Modifier and Type | Method and Description |
---|---|
static EndpointImplFactory |
JaxWsEndpointImplFactory.getSingleton() |
Apache CXF