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

Packages that use TransportInDescription
org.apache.axis2.client   
org.apache.axis2.context   
org.apache.axis2.description   
org.apache.axis2.engine   
org.apache.axis2.transport   
 

Uses of TransportInDescription in org.apache.axis2.client
 

Methods in org.apache.axis2.client that return TransportInDescription
 TransportInDescription Options.getTransportIn()
          Get transport used for incoming message.
 

Methods in org.apache.axis2.client with parameters of type TransportInDescription
 void Options.setTransportIn(TransportInDescription transportIn)
          Set transport used for incoming message.
 

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)
           
 

Uses of TransportInDescription in org.apache.axis2.description
 

Methods in org.apache.axis2.description that return TransportInDescription
static TransportInDescription ClientUtils.inferInTransport(AxisConfiguration ac, Options options, MessageContext msgCtxt)
           
 

Uses of TransportInDescription in org.apache.axis2.engine
 

Methods in org.apache.axis2.engine that return TransportInDescription
 TransportInDescription AxisConfiguration.getTransportIn(java.lang.String name)
           
 

Methods in org.apache.axis2.engine that return types with arguments of type TransportInDescription
 java.util.HashMap<java.lang.String,TransportInDescription> AxisConfiguration.getTransportsIn()
           
 

Methods in org.apache.axis2.engine with parameters of type TransportInDescription
 void ListenerManager.addListener(TransportInDescription trsIn, boolean started)
          Adds the listener described in the provided TransportInDescription.
 void AxisConfiguration.addTransportIn(TransportInDescription transport)
          Add an incoming transport description (i.e.
 

Uses of TransportInDescription in org.apache.axis2.transport
 

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



Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.