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

Packages that use TransportInDescription
org.apache.axis2.clientapi   
org.apache.axis2.context   
org.apache.axis2.engine   
org.apache.axis2.transport   
org.apache.axis2.transport.http   
org.apache.axis2.transport.mail   
org.apache.axis2.transport.tcp   
 

Uses of TransportInDescription in org.apache.axis2.clientapi
 

Fields in org.apache.axis2.clientapi declared as TransportInDescription
protected  TransportInDescription InOutMEPClient.listenerTransport
           
 

Methods in org.apache.axis2.clientapi with parameters of type TransportInDescription
static MessageContext TwoWayTransportBasedSender.send(MessageContext msgctx, TransportInDescription transportIn)
           
 

Uses of TransportInDescription in org.apache.axis2.context
 

Methods in org.apache.axis2.context that return TransportInDescription
 TransportInDescription MessageContext.getTransportIn()
           
 

Methods in org.apache.axis2.context with parameters of type TransportInDescription
 void MessageContext.setTransportIn(TransportInDescription in)
           
 

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

Uses of TransportInDescription in org.apache.axis2.engine
 

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

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

Uses of TransportInDescription in org.apache.axis2.transport
 

Methods in org.apache.axis2.transport with parameters of type TransportInDescription
abstract  void TransportListener.init(ConfigurationContext axisConf, TransportInDescription transprtIn)
           
 

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

Methods in org.apache.axis2.transport.http with parameters of type TransportInDescription
 void SimpleHTTPServer.init(ConfigurationContext axisConf, TransportInDescription transprtIn)
          init method in TransportListener
 

Uses of TransportInDescription in org.apache.axis2.transport.mail
 

Methods in org.apache.axis2.transport.mail with parameters of type TransportInDescription
 void SimpleMailListener.init(ConfigurationContext configurationContext, TransportInDescription transportIn)
           
 

Uses of TransportInDescription in org.apache.axis2.transport.tcp
 

Methods in org.apache.axis2.transport.tcp with parameters of type TransportInDescription
 void TCPServer.init(ConfigurationContext axisConf, TransportInDescription transprtIn)