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

Packages that use AbstractTransportListenerEx
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 AbstractTransportListenerEx in org.apache.axis2.transport.base
 

Subclasses of AbstractTransportListenerEx in org.apache.axis2.transport.base
 class AbstractPollingTransportListener<T extends AbstractPollTableEntry>
           
 

Methods in org.apache.axis2.transport.base that return AbstractTransportListenerEx
 AbstractTransportListenerEx<?> ProtocolEndpoint.getListener()
           
 

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

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

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

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

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

Subclasses of AbstractTransportListenerEx 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 AbstractTransportListenerEx in org.apache.axis2.transport.udp
 

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



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