org.apache.axis2.transport
Class TransportListener

java.lang.Object
  extended byorg.apache.axis2.transport.TransportListener
Direct Known Subclasses:
SimpleHTTPServer, SimpleMailListener, TCPServer

public abstract class TransportListener
extends java.lang.Object

Class TransportListener


Field Summary
static java.lang.String PARAM_PORT
           
 
Constructor Summary
TransportListener()
           
 
Method Summary
abstract  void init(ConfigurationContext axisConf, TransportInDescription transprtIn)
           
abstract  EndpointReference replyToEPR(java.lang.String serviceName)
           
abstract  void start()
           
abstract  void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARAM_PORT

public static final java.lang.String PARAM_PORT
See Also:
Constant Field Values
Constructor Detail

TransportListener

public TransportListener()
Method Detail

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

replyToEPR

public abstract EndpointReference replyToEPR(java.lang.String serviceName)
                                      throws AxisFault
Throws:
AxisFault