Uses of Interface
org.apache.axis2.transport.TransportListener

Packages that use TransportListener
org.apache.axis2.client   
org.apache.axis2.context.externalize   
org.apache.axis2.description   
org.apache.axis2.osgi.tx   
org.apache.axis2.transport.http   
org.apache.axis2.util   
 

Uses of TransportListener in org.apache.axis2.client
 

Methods in org.apache.axis2.client that return TransportListener
 TransportListener Options.getListener()
          Get listener used for incoming message.
 

Methods in org.apache.axis2.client with parameters of type TransportListener
 void Options.setListener(TransportListener listener)
          Set listener used for incoming message.
 

Uses of TransportListener in org.apache.axis2.context.externalize
 

Methods in org.apache.axis2.context.externalize that return TransportListener
static TransportListener ActivateUtils.findTransportListener(AxisConfiguration axisConfig, java.lang.String listenerClassName)
          Find the TransportListener object that matches the criteria

Note the saved meta information may not match up with any of the objects that are in the current AxisConfiguration object.

 

Uses of TransportListener in org.apache.axis2.description
 

Fields in org.apache.axis2.description declared as TransportListener
protected  TransportListener TransportInDescription.receiver
           
 

Methods in org.apache.axis2.description that return TransportListener
 TransportListener TransportInDescription.getReceiver()
           
 

Methods in org.apache.axis2.description with parameters of type TransportListener
 void TransportInDescription.setReceiver(TransportListener receiver)
           
 

Uses of TransportListener in org.apache.axis2.osgi.tx
 

Classes in org.apache.axis2.osgi.tx that implement TransportListener
 class HttpListener
          Default HttpListener that synch with the underlying listerner frameworks.
 

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

Classes in org.apache.axis2.transport.http that implement TransportListener
 class AxisServletListener
          TransportListener implementation for AxisServlet.
 class SimpleHTTPServer
          This is a simple implementation of an HTTP server for processing SOAP requests via Apache's xml-axis2.
 

Uses of TransportListener in org.apache.axis2.util
 

Methods in org.apache.axis2.util that return TransportListener
static TransportListener ObjectStateUtils.findTransportListener(AxisConfiguration axisConfig, java.lang.String listenerClassName)
          Find the TransportListener object that matches the criteria

Note the saved meta information may not match up with any of the objects that are in the current AxisConfiguration object.

 



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