org.apache.axis2.transport.tcp
Class TCPWorker

java.lang.Object
  extended byorg.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.


Field Summary
protected  org.apache.commons.logging.Log log
           
 
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
 

Field Detail

log

protected org.apache.commons.logging.Log log
Constructor Detail

TCPWorker

public TCPWorker(ConfigurationContext configurationContext,
                 Socket socket)
Method Detail

run

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