| Package | Description |
|---|---|
| org.apache.cxf.binding |
Interfaces for protocol bindings and their factories.
|
| org.apache.cxf.endpoint |
Client and Server related classes.
|
| org.apache.cxf.message | |
| org.apache.cxf.transport |
Transport related classes.
|
| org.apache.cxf.ws.policy |
| Modifier and Type | Method and Description |
|---|---|
void |
BindingFactory.addListener(Destination d,
Endpoint e)
Set the destination's message observer which is created by using the endpoint to
listen the incoming message
|
| Modifier and Type | Method and Description |
|---|---|
Destination |
Server.getDestination() |
| Modifier and Type | Method and Description |
|---|---|
Destination |
AbstractWrappedMessage.getDestination() |
Destination |
MessageImpl.getDestination() |
Destination |
ExchangeImpl.getDestination() |
Destination |
Exchange.getDestination() |
Destination |
Message.getDestination() |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageImpl.setDestination(Destination d) |
void |
ExchangeImpl.setDestination(Destination d) |
void |
Exchange.setDestination(Destination destination) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MultiplexDestination
A MultiplexDestination is a transport-level endpoint capable of receiving
unsolicited incoming messages from different peers for multiple targets
identified by a unique id.
|
| Modifier and Type | Method and Description |
|---|---|
Destination |
Conduit.getBackChannel()
Retreive the back-channel Destination.
|
Destination |
DestinationFactory.getDestination(EndpointInfo ei)
Create a destination.
|
| Modifier and Type | Method and Description |
|---|---|
EffectivePolicy |
PolicyEngine.getEffectiveServerFaultPolicy(EndpointInfo ei,
BindingFaultInfo bfi,
Destination d) |
EffectivePolicy |
PolicyEngine.getEffectiveServerResponsePolicy(EndpointInfo ei,
BindingOperationInfo boi,
Destination d) |
EndpointPolicy |
PolicyEngine.getServerEndpointPolicy(EndpointInfo ei,
Destination destination) |
Apache CXF