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.jms   
org.apache.axis2.transport.local   
org.apache.axis2.transport.mail   
org.apache.axis2.transport.tcp   
 

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

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

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
protected  TransportOutDescription CommonsHTTPTransportSender.proxyOutSetting
          proxydiscription
 

Methods in org.apache.axis2.transport.http with parameters of type TransportOutDescription
protected  void AbstractHTTPSender.configProxyAuthentication(org.apache.commons.httpclient.HttpClient client, TransportOutDescription proxySetting, org.apache.commons.httpclient.HostConfiguration config, MessageContext msgCtx)
          Helper method to Proxy and NTLM authentication
 void CommonsHTTPTransportSender.init(ConfigurationContext confContext, TransportOutDescription transportOut)
           
 

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

Methods in org.apache.axis2.transport.jms with parameters of type TransportOutDescription
 void JMSSender.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)
           
 

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

Methods in org.apache.axis2.transport.mail with parameters of type TransportOutDescription
 void MailTransportSender.init(ConfigurationContext configurationContext, TransportOutDescription transportOut)
           
 

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

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



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.