Uses of Interface
org.apache.axis2.util.threadpool.AxisWorker

Packages that use AxisWorker
org.apache.axis2.transport.mail   
org.apache.axis2.transport.tcp   
org.apache.axis2.util.threadpool   
 

Uses of AxisWorker in org.apache.axis2.transport.mail
 

Classes in org.apache.axis2.transport.mail that implement AxisWorker
 class MailWorker
           
 

Uses of AxisWorker in org.apache.axis2.transport.tcp
 

Classes in org.apache.axis2.transport.tcp that implement AxisWorker
 class TCPWorker
          This Class is the work hoarse of the TCP request, this process the incomming SOAP Message.
 

Uses of AxisWorker in org.apache.axis2.util.threadpool
 

Methods in org.apache.axis2.util.threadpool that return AxisWorker
 AxisWorker ThreadPool.getWorker()
           
 

Methods in org.apache.axis2.util.threadpool with parameters of type AxisWorker
 void ThreadPool.addWorker(AxisWorker worker)