org.apache.axis2.transport.tcp
Class TCPServer

java.lang.Object
  extended byorg.apache.axis2.transport.TransportListener
      extended byorg.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
           
 
Fields inherited from class org.apache.axis2.transport.TransportListener
PARAM_PORT
 
Constructor Summary
TCPServer()
           
TCPServer(int port, ConfigurationContext configContext)
           
TCPServer(int port, java.lang.String dir)
           
 
Method Summary
 ConfigurationContext getSystemContext()
           
 void init(ConfigurationContext axisConf, TransportInDescription transprtIn)
           
static void main(java.lang.String[] args)
           
 EndpointReference replyToEPR(java.lang.String serviceName)
           
 void run()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected Log log
Constructor Detail

TCPServer

public TCPServer()

TCPServer

public TCPServer(int port,
                 java.lang.String dir)
          throws AxisFault

TCPServer

public TCPServer(int port,
                 ConfigurationContext configContext)
          throws AxisFault
Method Detail

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