org.apache.axis2.transport.tcp
Class TCPWorker

java.lang.Object
  extended byorg.apache.axis2.transport.tcp.TCPWorker
All Implemented Interfaces:
AxisWorker

public class TCPWorker
extends java.lang.Object
implements AxisWorker

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


Field Summary
protected  Log log
           
 
Constructor Summary
TCPWorker(ConfigurationContext configurationContext, java.net.Socket socket)
           
 
Method Summary
 void doWork()
           
 
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

TCPWorker

public TCPWorker(ConfigurationContext configurationContext,
                 java.net.Socket socket)
Method Detail

doWork

public void doWork()
Specified by:
doWork in interface AxisWorker