Uses of Class
org.apache.axis2.transport.base.AbstractTransportListener
-
Packages that use AbstractTransportListener Package Description org.apache.axis2.transport.base org.apache.axis2.transport.base.datagram Base classes for datagram transports.org.apache.axis2.transport.jms Transport implementation for JMS.org.apache.axis2.transport.mail org.apache.axis2.transport.tcp 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 Modifier and Type Class Description classAbstractPollingTransportListener<T extends AbstractPollTableEntry>classAbstractTransportListenerEx<E extends ProtocolEndpoint>Partial implementation ofAbstractTransportListenerwith a higher level of abstraction.Constructors in org.apache.axis2.transport.base with parameters of type AbstractTransportListener Constructor Description TransportListenerEndpointView(AbstractTransportListener listener, String serviceName) -
Uses of AbstractTransportListener in org.apache.axis2.transport.base.datagram
Subclasses of AbstractTransportListener in org.apache.axis2.transport.base.datagram Modifier and Type Class Description classAbstractDatagramTransportListener<E extends DatagramEndpoint> -
Uses of AbstractTransportListener in org.apache.axis2.transport.jms
Subclasses of AbstractTransportListener in org.apache.axis2.transport.jms Modifier and Type Class Description classJMSListenerThe revamped JMS Transport listener implementation. -
Uses of AbstractTransportListener in org.apache.axis2.transport.mail
Subclasses of AbstractTransportListener in org.apache.axis2.transport.mail Modifier and Type Class Description classMailTransportListenerThis mail transport lister implementation uses the base transport framework and is a polling transport. i.e. a service can register itself with custom a custom mail configuration (i.e. -
Uses of AbstractTransportListener in org.apache.axis2.transport.tcp
Subclasses of AbstractTransportListener in org.apache.axis2.transport.tcp Modifier and Type Class Description classTCPTransportListener -
Uses of AbstractTransportListener in org.apache.axis2.transport.udp
Subclasses of AbstractTransportListener in org.apache.axis2.transport.udp Modifier and Type Class Description classUDPListenerTransport listener for the UDP protocol.
-