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