|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.transport.TransportListener
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 |
public static final java.lang.String PARAM_PORT
Constructor Detail |
public TransportListener()
Method Detail |
public abstract void init(ConfigurationContext axisConf, TransportInDescription transprtIn) throws AxisFault
AxisFault
public abstract void start() throws AxisFault
AxisFault
public abstract void stop() throws AxisFault
AxisFault
public abstract EndpointReference replyToEPR(java.lang.String serviceName) throws AxisFault
AxisFault
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |