Uses of Class
org.apache.axis2.description.TransportOutDescription

Packages that use TransportOutDescription
org.apache.axis2.clientapi   
org.apache.axis2.context   
org.apache.axis2.engine   
org.apache.axis2.transport   
org.apache.axis2.transport.http   
 

Uses of TransportOutDescription in org.apache.axis2.clientapi
 

Fields in org.apache.axis2.clientapi declared as TransportOutDescription
protected  TransportOutDescription InOutMEPClient.senderTransport
          transport that should be used for sending and reciving the message
protected  TransportOutDescription InOnlyMEPClient.senderTransport
           
 

Methods in org.apache.axis2.clientapi that return TransportOutDescription
 TransportOutDescription MEPClient.inferTransport(EndpointReference epr)
          try to infer the transport looking at the URL, the URL can be http:// tcp:// mail:// local://.
 

Uses of TransportOutDescription in org.apache.axis2.context
 

Methods in org.apache.axis2.context that return TransportOutDescription
 TransportOutDescription MessageContext.getTransportOut()
           
 

Methods in org.apache.axis2.context with parameters of type TransportOutDescription
 void MessageContext.setTransportOut(TransportOutDescription out)
           
 

Constructors in org.apache.axis2.context with parameters of type TransportOutDescription
MessageContext(ConfigurationContext engineContext, TransportInDescription transportIn, TransportOutDescription transportOut)
           
MessageContext(ConfigurationContext engineContext, SessionContext sessionContext, TransportInDescription transportIn, TransportOutDescription transportOut)
           
 

Uses of TransportOutDescription in org.apache.axis2.engine
 

Methods in org.apache.axis2.engine that return TransportOutDescription
 TransportOutDescription AxisConfigurationImpl.getTransportOut(javax.xml.namespace.QName name)
           
 TransportOutDescription AxisConfiguration.getTransportOut(javax.xml.namespace.QName name)
           
 

Methods in org.apache.axis2.engine with parameters of type TransportOutDescription
 void AxisConfigurationImpl.addTransportOut(TransportOutDescription transport)
          Method addTransport
 void AxisConfiguration.addTransportOut(TransportOutDescription transport)
           
 

Uses of TransportOutDescription in org.apache.axis2.transport
 

Methods in org.apache.axis2.transport with parameters of type TransportOutDescription
 void TransportSender.init(ConfigurationContext confContext, TransportOutDescription transportOut)
          Initialize
 void AbstractTransportSender.init(ConfigurationContext confContext, TransportOutDescription transportOut)
           
 

Uses of TransportOutDescription in org.apache.axis2.transport.http
 

Methods in org.apache.axis2.transport.http with parameters of type TransportOutDescription
 void CommonsHTTPTransportSender.init(ConfigurationContext confContext, TransportOutDescription transportOut)