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   
 

Uses of TransportListener in org.apache.axis2.client
 

Methods in org.apache.axis2.client that return TransportListener
 TransportListener Options.getListener()
           
 

Methods in org.apache.axis2.client with parameters of type TransportListener
 void Options.setListener(TransportListener listener)
           
 

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 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 SimpleJMSListener
          SimpleJMSListener implements the javax.jms.MessageListener interface.
 

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

Classes in org.apache.axis2.transport.mail that implement TransportListener
 class SimpleMailListener
          This is a simple implementation of an SMTP/POP3 server for processing SOAP requests via Apache's xml-axis2.
 

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

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