org.apache.axis2.transport
Class TransportListener
java.lang.Object
org.apache.axis2.transport.TransportListener
- Direct Known Subclasses:
- SimpleHTTPServer, SimpleJMSListener, SimpleMailListener, TCPServer
- public abstract class TransportListener
- extends Object
Class TransportListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PARAM_PORT
public static final String PARAM_PORT
- See Also:
- Constant Field Values
TransportListener
public TransportListener()
init
public abstract void init(ConfigurationContext axisConf,
TransportInDescription transprtIn)
throws AxisFault
- Throws:
AxisFault
start
public abstract void start()
throws AxisFault
- Throws:
AxisFault
stop
public abstract void stop()
throws AxisFault
- Throws:
AxisFault
getReplyToEPR
public abstract EndpointReference getReplyToEPR(String serviceName)
throws AxisFault
- Throws:
AxisFault