org.apache.axis2.transport.tcp
Class TCPWorker

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

public class TCPWorker
extends java.lang.Object
implements java.lang.Runnable

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


Constructor Summary
TCPWorker(org.apache.axis2.context.ConfigurationContext configurationContext, java.net.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(org.apache.axis2.context.ConfigurationContext configurationContext,
                 java.net.Socket socket)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.