Apache CXF API

Uses of Interface
org.apache.cxf.transport.Destination

Packages that use Destination
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   
 

Uses of Destination in org.apache.cxf.binding
 

Methods in org.apache.cxf.binding with parameters of type Destination
 void AbstractBindingFactory.addListener(Destination d, Endpoint e)
           
 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
 

Uses of Destination in org.apache.cxf.endpoint
 

Methods in org.apache.cxf.endpoint that return Destination
 Destination Server.getDestination()
           
 Destination ServerImpl.getDestination()
           
 

Methods in org.apache.cxf.endpoint with parameters of type Destination
 void ServerImpl.setDestination(Destination destination)
           
 

Uses of Destination in org.apache.cxf.message
 

Methods in org.apache.cxf.message that return Destination
 Destination AbstractWrappedMessage.getDestination()
           
 Destination Exchange.getDestination()
           
 Destination ExchangeImpl.getDestination()
           
 Destination Message.getDestination()
           
 Destination MessageImpl.getDestination()
           
 

Methods in org.apache.cxf.message with parameters of type Destination
 void Exchange.setDestination(Destination destination)
           
 void ExchangeImpl.setDestination(Destination d)
           
 void MessageImpl.setDestination(Destination d)
           
 

Uses of Destination in org.apache.cxf.policy
 

Methods in org.apache.cxf.policy with parameters of type Destination
<T> T
PolicyDataEngine.getServerEndpointPolicy(Message m, EndpointInfo ei, Destination d, PolicyCalculator<T> policyCalculator)
           
 

Uses of Destination in org.apache.cxf.transport
 

Subinterfaces of Destination in org.apache.cxf.transport
 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.
 

Classes in org.apache.cxf.transport that implement Destination
 class AbstractDestination
          Abstract 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
           
 

Methods in org.apache.cxf.transport that return Destination
 Destination DestinationFactory.getDestination(EndpointInfo ei, Bus bus)
          Create a destination.
 

Uses of Destination in org.apache.cxf.ws.addressing
 

Methods in org.apache.cxf.ws.addressing that return Destination
static Destination ContextUtils.createDecoupledDestination(Exchange exchange, EndpointReferenceType reference)
           
 


Apache CXF API

Apache CXF