org.apache.axis2.transport.tcp
Class TCPWorker

java.lang.Object
  extended by org.apache.axis2.transport.tcp.TCPWorker
All Implemented Interfaces:
Runnable

public class TCPWorker
extends Object
implements Runnable

This Class is the work hoarse of the TCP request, this process the incomming SOAP Message.


Constructor Summary
TCPWorker(ConfigurationContext configurationContext, Socket socket)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TCPWorker

public TCPWorker(ConfigurationContext configurationContext,
                 Socket socket)
Method Detail

run

public void run()
Specified by:
run in interface Runnable