|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TransportListener in org.apache.axis2.client |
---|
Methods in org.apache.axis2.client that return TransportListener | |
---|---|
TransportListener |
Options.getListener()
Get listener used for incoming message. |
Methods in org.apache.axis2.client with parameters of type TransportListener | |
---|---|
void |
Options.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 | |
---|---|
static TransportListener |
ActivateUtils.findTransportListener(AxisConfiguration axisConfig,
java.lang.String listenerClassName)
Find the TransportListener object that matches the criteria Note the saved meta information may not match up with any of the objects that are in the current AxisConfiguration object. |
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 |
---|
Classes in org.apache.axis2.transport.http that implement TransportListener | |
---|---|
class |
AxisAdminServlet
|
class |
AxisServlet
Class AxisServlet |
class |
CustomListener
This class is used just to add additional transports at runtime if user sends a request using alternate schemes, example to handle http/https separately |
class |
SimpleHTTPServer
This 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 | |
---|---|
class |
JMSListener
The JMS Transport listener implementation. |
Uses of TransportListener in org.apache.axis2.transport.mail |
---|
Classes in org.apache.axis2.transport.mail that implement TransportListener | |
---|---|
class |
SimpleMailListener
This is the implementation for Mail Listener in Axis2. |
Uses of TransportListener in org.apache.axis2.transport.nhttp |
---|
Classes in org.apache.axis2.transport.nhttp that implement TransportListener | |
---|---|
class |
HttpCoreNIOListener
NIO transport listener for Axis2 based on HttpCore and NIO extensions |
class |
HttpCoreNIOSSLListener
|
Uses of TransportListener in org.apache.axis2.transport.tcp |
---|
Classes in org.apache.axis2.transport.tcp that implement TransportListener | |
---|---|
class |
TCPServer
Class TCPServer |
Uses of TransportListener in org.apache.axis2.transport.xmpp |
---|
Classes in org.apache.axis2.transport.xmpp that implement TransportListener | |
---|---|
class |
XMPPListener
|
Uses of TransportListener in org.apache.axis2.util |
---|
Methods in org.apache.axis2.util that return TransportListener | |
---|---|
static TransportListener |
ObjectStateUtils.findTransportListener(AxisConfiguration axisConfig,
java.lang.String listenerClassName)
Find the TransportListener object that matches the criteria Note the saved meta information may not match up with any of the objects that are in the current AxisConfiguration object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |