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.osgi.tx   
org.apache.axis2.transport   
org.apache.axis2.transport.http   
org.apache.axis2.transport.http.server   
 

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(String name)
           
 

Methods in org.apache.axis2.engine that return types with arguments of type TransportInDescription
 HashMap<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.osgi.tx
 

Methods in org.apache.axis2.osgi.tx with parameters of type TransportInDescription
 void HttpListener.init(ConfigurationContext configCtx, TransportInDescription transprtIn)
           
 

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)
           
 

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

Methods in org.apache.axis2.transport.http with parameters of type TransportInDescription
static EndpointReference[] HTTPTransportUtils.getEPRsForService(ConfigurationContext configurationContext, TransportInDescription trpInDesc, String serviceName, String ip, int port)
           
 void SimpleHTTPServer.init(ConfigurationContext axisConf, TransportInDescription transprtIn)
          init method in TransportListener
 void AxisServletListener.init(ConfigurationContext configurationContext, TransportInDescription transportInDescription)
           
 

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

Methods in org.apache.axis2.transport.http.server that return TransportInDescription
 TransportInDescription HttpFactory.getHttpConfiguration()
          Getter for httpConfiguration
 



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