Apache CXF API

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

Packages that use Conduit
org.apache.cxf.message   
org.apache.cxf.transport   
org.apache.cxf.ws.addressing   
 

Uses of Conduit in org.apache.cxf.message
 

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

Methods in org.apache.cxf.message with parameters of type Conduit
 void ExchangeImpl.setConduit(Conduit c)
           
 void MessageImpl.setConduit(Conduit c)
           
 void Exchange.setConduit(Conduit conduit)
           
 

Uses of Conduit in org.apache.cxf.transport
 

Methods in org.apache.cxf.transport that return Conduit
 Conduit Destination.getBackChannel(Message inMessage, Message partialResponse, org.apache.cxf.ws.addressing.EndpointReferenceType address)
          Retreive a back-channel Conduit, which must be policy-compatible with the current Message and associated Destination.
 Conduit ConduitInitiator.getConduit(EndpointInfo targetInfo)
          Initiate an outbound Conduit.
 Conduit ConduitInitiator.getConduit(EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target)
          Initiate an outbound Conduit.
 

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

Methods in org.apache.cxf.ws.addressing with parameters of type Conduit
static org.apache.cxf.ws.addressing.EndpointReferenceType WSAContextUtils.retrieveReplyTo(Conduit conduit, Message message)
          Retrieve ReplyTo EPR from the context.
static org.apache.cxf.ws.addressing.EndpointReferenceType WSAContextUtils.retrieveTo(Conduit conduit, Message message)
          Retrieve To EPR from the context.
 


Apache CXF API

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