org.apache.axis2.transport.tcp
Class TCPWorker
java.lang.Object
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.
Field Summary |
protected org.apache.commons.logging.Log |
log
|
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected org.apache.commons.logging.Log log
TCPWorker
public TCPWorker(ConfigurationContext configurationContext,
Socket socket)
run
public void run()
- Specified by:
run
in interface Runnable