Uses of Class
org.apache.axis2.transport.base.AbstractTransportListener

Packages that use AbstractTransportListener
org.apache.axis2.transport.base   
org.apache.axis2.transport.base.datagram Base classes for datagram transports. 
org.apache.axis2.transport.jms JMS Listener Configuration (axis2.xml) 
org.apache.axis2.transport.mail   
org.apache.axis2.transport.udp Transport implementation for the UDP protocol. 
 

Uses of AbstractTransportListener in org.apache.axis2.transport.base
 

Subclasses of AbstractTransportListener in org.apache.axis2.transport.base
 class AbstractPollingTransportListener<T extends AbstractPollTableEntry>
           
 class AbstractTransportListenerEx<E extends ProtocolEndpoint>
          Partial implementation of AbstractTransportListener with a higher level of abstraction.
 

Constructors in org.apache.axis2.transport.base with parameters of type AbstractTransportListener
TransportListenerEndpointView(AbstractTransportListener listener, java.lang.String serviceName)
           
 

Uses of AbstractTransportListener in org.apache.axis2.transport.base.datagram
 

Subclasses of AbstractTransportListener in org.apache.axis2.transport.base.datagram
 class AbstractDatagramTransportListener<E extends DatagramEndpoint>
           
 

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

Subclasses of AbstractTransportListener in org.apache.axis2.transport.jms
 class JMSListener
          The revamped JMS Transport listener implementation.
 

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

Subclasses of AbstractTransportListener in org.apache.axis2.transport.mail
 class MailTransportListener
          This mail transport lister implementation uses the base transport framework and is a polling transport.
 

Uses of AbstractTransportListener in org.apache.axis2.transport.udp
 

Subclasses of AbstractTransportListener in org.apache.axis2.transport.udp
 class UDPListener
          Transport listener for the UDP protocol.
 



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