|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransportListener | |
org.apache.axis2.clientapi | |
org.apache.axis2.description | |
org.apache.axis2.transport.http | |
org.apache.axis2.transport.mail | |
org.apache.axis2.transport.tcp |
Uses of TransportListener in org.apache.axis2.clientapi |
Fields in org.apache.axis2.clientapi declared as TransportListener | |
TransportListener |
ListenerManager.TransportListnerState.listener
|
protected TransportListener |
InOutMEPClient.listener
|
Constructors in org.apache.axis2.clientapi with parameters of type TransportListener | |
ListenerManager.TransportListnerState(TransportListener listener)
|
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 |
Subclasses of TransportListener in org.apache.axis2.transport.http | |
class |
SimpleHTTPServer
This is a simple implementation of an HTTP server for processing SOAP requests via Apache's xml-axis. |
Uses of TransportListener in org.apache.axis2.transport.mail |
Subclasses of TransportListener in org.apache.axis2.transport.mail | |
class |
SimpleMailListener
This is a simple implementation of an SMTP/POP3 server for processing SOAP requests via Apache's xml-axis. |
Uses of TransportListener in org.apache.axis2.transport.tcp |
Subclasses of TransportListener in org.apache.axis2.transport.tcp | |
class |
TCPServer
Class HTTPTransportReceiver |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |