| Package | Description | 
|---|---|
| org.apache.cxf.binding | |
| org.apache.cxf.endpoint | |
| org.apache.cxf.message | |
| org.apache.cxf.policy | |
| org.apache.cxf.transport | |
| org.apache.cxf.ws.addressing | 
| 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 | 
| void | AbstractBindingFactory. addListener(Destination d,
           Endpoint e) | 
| Modifier and Type | Method and Description | 
|---|---|
| Destination | Server. getDestination() | 
| Destination | ServerImpl. getDestination() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ServerImpl. setDestination(Destination destination) | 
| Modifier and Type | Method and Description | 
|---|---|
| Destination | Message. getDestination() | 
| Destination | AbstractWrappedMessage. getDestination() | 
| Destination | MessageImpl. getDestination() | 
| Destination | ExchangeImpl. getDestination() | 
| Destination | Exchange. 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 | Method and Description | 
|---|---|
| <T> T | PolicyDataEngine. getServerEndpointPolicy(Message m,
                       EndpointInfo ei,
                       Destination d,
                       PolicyCalculator<T> policyCalculator) | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | MultiplexDestinationA 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 | Class and Description | 
|---|---|
| class  | AbstractDestinationAbstract base class factoring out common Destination logic,
 allowing non-decoupled transports to be written without any
 regard for the decoupled back-channel or partial response logic. | 
| class  | AbstractMultiplexDestination | 
| Modifier and Type | Method and Description | 
|---|---|
| Destination | DestinationFactory. getDestination(EndpointInfo ei,
              Bus bus)Create a destination. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Destination | ContextUtils. createDecoupledDestination(Exchange exchange,
                          org.apache.cxf.ws.addressing.EndpointReferenceType reference) | 
Apache CXF