Uses of Interface
org.apache.axis2.kernel.TransportListener
-
Packages that use TransportListener Package Description org.apache.axis2.client org.apache.axis2.context.externalize org.apache.axis2.description org.apache.axis2.transport.base org.apache.axis2.transport.base.datagram Base classes for datagram transports.org.apache.axis2.transport.http org.apache.axis2.transport.jms Transport implementation for JMS.org.apache.axis2.transport.mail org.apache.axis2.transport.tcp org.apache.axis2.transport.testkit.axis2 org.apache.axis2.transport.testkit.axis2.endpoint org.apache.axis2.transport.testkit.util org.apache.axis2.transport.udp Transport implementation for the UDP protocol.org.apache.axis2.transport.xmpp org.apache.axis2.util -
-
Uses of TransportListener in org.apache.axis2.client
Methods in org.apache.axis2.client that return TransportListener Modifier and Type Method Description TransportListenerOptions. getListener()Get listener used for incoming message.Methods in org.apache.axis2.client with parameters of type TransportListener Modifier and Type Method Description voidOptions. setListener(TransportListener listener)Set listener used for incoming message. -
Uses of TransportListener in org.apache.axis2.context.externalize
Methods in org.apache.axis2.context.externalize that return TransportListener Modifier and Type Method Description static TransportListenerActivateUtils. findTransportListener(AxisConfiguration axisConfig, String listenerClassName)Find the TransportListener object that matches the criteria -
Uses of TransportListener in org.apache.axis2.description
Fields in org.apache.axis2.description declared as TransportListener Modifier and Type Field Description protected TransportListenerTransportInDescription. receiverMethods in org.apache.axis2.description that return TransportListener Modifier and Type Method Description TransportListenerTransportInDescription. getReceiver()Methods in org.apache.axis2.description with parameters of type TransportListener Modifier and Type Method Description voidTransportInDescription. setReceiver(TransportListener receiver) -
Uses of TransportListener in org.apache.axis2.transport.base
Classes in org.apache.axis2.transport.base that implement TransportListener Modifier and Type Class Description classAbstractPollingTransportListener<T extends AbstractPollTableEntry>classAbstractTransportListenerclassAbstractTransportListenerEx<E extends ProtocolEndpoint>Partial implementation ofAbstractTransportListenerwith a higher level of abstraction.Constructors in org.apache.axis2.transport.base with parameters of type TransportListener Constructor Description TransportMBeanSupport(TransportListener listener, String name)TransportView(TransportListener listener, TransportSender sender) -
Uses of TransportListener in org.apache.axis2.transport.base.datagram
Classes in org.apache.axis2.transport.base.datagram that implement TransportListener Modifier and Type Class Description classAbstractDatagramTransportListener<E extends DatagramEndpoint> -
Uses of TransportListener in org.apache.axis2.transport.http
Classes in org.apache.axis2.transport.http that implement TransportListener Modifier and Type Class Description classAxisServletListenerTransportListenerimplementation forAxisServlet.classSimpleHTTPServerThis 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 Modifier and Type Class Description classJMSListenerThe revamped JMS Transport listener implementation. -
Uses of TransportListener in org.apache.axis2.transport.mail
Classes in org.apache.axis2.transport.mail that implement TransportListener 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 TransportListener in org.apache.axis2.transport.tcp
Classes in org.apache.axis2.transport.tcp that implement TransportListener Modifier and Type Class Description classTCPTransportListener -
Uses of TransportListener in org.apache.axis2.transport.testkit.axis2
Constructor parameters in org.apache.axis2.transport.testkit.axis2 with type arguments of type TransportListener Constructor Description SimpleTransportDescriptionFactory(String name, Class<? extends TransportListener> listenerClass, Class<? extends TransportSender> senderClass) -
Uses of TransportListener in org.apache.axis2.transport.testkit.axis2.endpoint
Methods in org.apache.axis2.transport.testkit.axis2.endpoint that return TransportListener Modifier and Type Method Description TransportListenerAxisTestEndpointContext. getTransportListener() -
Uses of TransportListener in org.apache.axis2.transport.testkit.util
Classes in org.apache.axis2.transport.testkit.util that implement TransportListener Modifier and Type Class Description classLifecycleFixTransportListenerProxyConstructors in org.apache.axis2.transport.testkit.util with parameters of type TransportListener Constructor Description LifecycleFixTransportListenerProxy(TransportListener target, int port) -
Uses of TransportListener in org.apache.axis2.transport.udp
Classes in org.apache.axis2.transport.udp that implement TransportListener Modifier and Type Class Description classUDPListenerTransport listener for the UDP protocol. -
Uses of TransportListener in org.apache.axis2.transport.xmpp
Classes in org.apache.axis2.transport.xmpp that implement TransportListener Modifier and Type Class Description classXMPPListener -
Uses of TransportListener in org.apache.axis2.util
Methods in org.apache.axis2.util that return TransportListener Modifier and Type Method Description static TransportListenerObjectStateUtils. findTransportListener(AxisConfiguration axisConfig, String listenerClassName)Find the TransportListener object that matches the criteria
-