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

Packages that use TransportOutDescription
org.apache.axis2.client   
org.apache.axis2.context   
org.apache.axis2.description   
org.apache.axis2.engine   
org.apache.axis2.transport   
org.apache.axis2.transport.http   
org.apache.axis2.transport.java   
org.apache.axis2.transport.local   
 

Uses of TransportOutDescription in org.apache.axis2.client
 

Fields in org.apache.axis2.client declared as TransportOutDescription
protected  TransportOutDescription Options.transportOut
          This is used for sending and receiving messages.
 

Methods in org.apache.axis2.client that return TransportOutDescription
 TransportOutDescription Options.getTransportOut()
          Get outbound transport description.
 

Methods in org.apache.axis2.client with parameters of type TransportOutDescription
 void Options.setTransportOut(TransportOutDescription transportOut)
          Set transport used for outgoing message.
 

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)
           
 

Uses of TransportOutDescription in org.apache.axis2.description
 

Methods in org.apache.axis2.description that return TransportOutDescription
static TransportOutDescription ClientUtils.inferOutTransport(AxisConfiguration ac, EndpointReference epr, MessageContext msgctx)
           
 

Uses of TransportOutDescription in org.apache.axis2.engine
 

Methods in org.apache.axis2.engine that return TransportOutDescription
 TransportOutDescription AxisConfiguration.getTransportOut(String name)
           
 

Methods in org.apache.axis2.engine that return types with arguments of type TransportOutDescription
 HashMap<String,TransportOutDescription> AxisConfiguration.getTransportsOut()
           
 

Methods in org.apache.axis2.engine with parameters of type TransportOutDescription
 void AxisConfiguration.addTransportOut(TransportOutDescription transport)
          Add an outgoing transport description (i.e.
 

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
 

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

Fields in org.apache.axis2.transport.http declared as TransportOutDescription
protected  TransportOutDescription AbstractHTTPSender.proxyOutSetting
          proxydiscription
 

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

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

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

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

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



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