org.apache.axis2.transport.tcp
Class TCPServer
java.lang.Object
org.apache.axis2.transport.TransportListener
org.apache.axis2.transport.tcp.TCPServer
- All Implemented Interfaces:
- Runnable
- public class TCPServer
- extends TransportListener
- implements Runnable
Class TCPServer
Field Summary |
protected org.apache.commons.logging.Log |
log
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected org.apache.commons.logging.Log log
TCPServer
public TCPServer()
TCPServer
public TCPServer(int port,
ConfigurationContext configContext)
throws AxisFault
TCPServer
public TCPServer(int port,
String dir)
throws AxisFault
init
public void init(ConfigurationContext axisConf,
TransportInDescription transprtIn)
throws AxisFault
- Specified by:
init
in class TransportListener
- Throws:
AxisFault
main
public static void main(String[] args)
throws AxisFault,
NumberFormatException
- Throws:
AxisFault
NumberFormatException
run
public void run()
- Specified by:
run
in interface Runnable
start
public void start()
throws AxisFault
- Specified by:
start
in class TransportListener
- Throws:
AxisFault
stop
public void stop()
throws AxisFault
- Specified by:
stop
in class TransportListener
- Throws:
AxisFault
getConfigurationContext
public ConfigurationContext getConfigurationContext()
getReplyToEPR
public EndpointReference getReplyToEPR(String serviceName)
throws AxisFault
- Specified by:
getReplyToEPR
in class TransportListener
- Throws:
AxisFault