Apache CXF API

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

Packages that use Destination
org.apache.cxf.endpoint   
org.apache.cxf.message   
org.apache.cxf.transport   
 

Uses of Destination in org.apache.cxf.endpoint
 

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

Uses of Destination in org.apache.cxf.message
 

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

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

Uses of Destination in org.apache.cxf.transport
 

Methods in org.apache.cxf.transport that return Destination
 Destination Conduit.getBackChannel()
          Retreive the back-channel Destination.
 Destination DestinationFactory.getDestination(EndpointInfo ei)
          Create a destination.
 


Apache CXF API

Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.