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

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 with parameters of type TransportInDescription
 void ListenerManager.addListener(TransportInDescription trsIn, boolean started)
           
 void AxisConfiguration.addTransportIn(TransportInDescription transport)
          Method addTransportIn.
 

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
 void SimpleHTTPServer.init(ConfigurationContext axisConf, TransportInDescription transprtIn)
          init method in TransportListener
 void AxisServlet.init(ConfigurationContext axisConf, TransportInDescription transprtIn)
          init(); start() and stop() wouldn't do anything.
 void CustomListener.init(ConfigurationContext axisConf, TransportInDescription transprtIn)
           
 

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
 

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

Methods in org.apache.axis2.transport.jms with parameters of type TransportInDescription
 void JMSListener.init(ConfigurationContext axisConf, TransportInDescription transprtIn)
          This is the TransportListener initialization method invoked by Axis2
 

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

Methods in org.apache.axis2.transport.mail with parameters of type TransportInDescription
 void SimpleMailListener.init(ConfigurationContext configurationContext, TransportInDescription transportIn)
           
 

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

Methods in org.apache.axis2.transport.nhttp with parameters of type TransportInDescription
protected  javax.net.ssl.SSLContext HttpCoreNIOSSLListener.getSSLContext(TransportInDescription transportIn)
          Create the SSLContext to be used by this listener
protected  javax.net.ssl.SSLContext HttpCoreNIOListener.getSSLContext(TransportInDescription transportIn)
          Create the SSLContext to be used by this listener
protected  org.apache.http.impl.nio.reactor.SSLIOSessionHandler HttpCoreNIOSSLListener.getSSLIOSessionHandler(TransportInDescription transportIn)
          Create the SSLIOSessionHandler to initialize the SSL session / engine, and request for client authentication at the following levels, through an Axis2 transport configuration parameter as follows: SSLVerifyClient - none, optional, require
 void HttpCoreNIOListener.init(ConfigurationContext cfgCtx, TransportInDescription transprtIn)
          Initialize the transport listener, and execute reactor in new seperate thread
 

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

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

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

Methods in org.apache.axis2.transport.xmpp with parameters of type TransportInDescription
 void XMPPListener.init(ConfigurationContext configurationCtx, TransportInDescription transportIn)
          Initializing the XMPPListener.
 



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