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

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
 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.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 LocalTransportSender.init(ConfigurationContext confContext, TransportOutDescription transportOut)
           
 void LocalResponder.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.nhttp
 

Methods in org.apache.axis2.transport.nhttp with parameters of type TransportOutDescription
protected  javax.net.ssl.SSLContext HttpCoreNIOSSLSender.getSSLContext(TransportOutDescription transportOut)
           
protected  javax.net.ssl.SSLContext HttpCoreNIOSender.getSSLContext(TransportOutDescription transportOut)
          Always return null, as this implementation does not support outgoing SSL
protected  org.apache.http.impl.nio.reactor.SSLIOSessionHandler HttpCoreNIOSSLSender.getSSLIOSessionHandler(TransportOutDescription transportOut)
           
 void HttpCoreNIOSender.init(ConfigurationContext cfgCtx, TransportOutDescription transportOut)
          Initialize the transport sender, and execute reactor in new seperate thread
 

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)
           
 

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

Methods in org.apache.axis2.transport.xmpp with parameters of type TransportOutDescription
 void XMPPSender.init(ConfigurationContext confContext, TransportOutDescription transportOut)
          Initialize the transport sender by reading pre-defined connection factories for outgoing messages.
 



Copyright © 2007 Apache Web Services Project. All Rights Reserved.