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

Packages that use TransportListener
org.apache.axis2.client   
org.apache.axis2.description   
org.apache.axis2.transport.http   
org.apache.axis2.transport.jms   
org.apache.axis2.transport.mail   
org.apache.axis2.transport.tcp   
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.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.transport.http
 

Classes in org.apache.axis2.transport.http that implement TransportListener
 class AxisAdminServlet
           
 class AxisServlet
          Class 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.transport.jms
 

Classes in org.apache.axis2.transport.jms that implement TransportListener
 class JMSListener
          The JMS Transport listener implementation.
 

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

Classes in org.apache.axis2.transport.mail that implement TransportListener
 class SimpleMailListener
          This is the implementation for Mail Listener in Axis2.
 

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

Classes in org.apache.axis2.transport.tcp that implement TransportListener
 class TCPServer
          Class TCPServer
 

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-2007 Apache Software Foundation. All Rights Reserved.