Uses of Class
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
 

Fields in org.apache.axis2.client declared as TransportListener
 TransportListener ListenerManager.TransportListenerState.listener
           
 

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)
           
 

Constructors in org.apache.axis2.client with parameters of type TransportListener
ListenerManager.TransportListenerState(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
 

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

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

Subclasses of TransportListener in org.apache.axis2.transport.jms
 class SimpleJMSListener
          SimpleJMSListener implements the javax.jms.MessageListener interface.
 

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

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

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

Subclasses of TransportListener in org.apache.axis2.transport.tcp
 class TCPServer
          Class TCPServer