| Package | Description |
|---|---|
| org.apache.cxf.endpoint | |
| org.apache.cxf.jaxws.support |
| Modifier and Type | Method and Description |
|---|---|
EndpointImpl |
SimpleEndpointImplFactory.newEndpointImpl(Bus bus,
Service service,
EndpointInfo endpointInfo)
Create an EndpointImpl from a bus, service, and endpoint info.
|
EndpointImpl |
EndpointImplFactory.newEndpointImpl(Bus bus,
Service service,
EndpointInfo endpointInfo)
Create an EndpointImpl from a bus, service, and endpoint info.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JaxWsClientEndpointImpl |
class |
JaxWsEndpointImpl
A JAX-WS specific implementation of the CXF
Endpoint interface. |
| Modifier and Type | Method and Description |
|---|---|
EndpointImpl |
JaxWsEndpointImplFactory.newEndpointImpl(Bus bus,
Service service,
EndpointInfo endpointInfo)
Create an EndpointImpl from a bus, service, and endpoint info.
|
Apache CXF