Uses of Interface
org.apache.axis2.transport.RequestResponseTransport

Packages that use RequestResponseTransport
org.apache.axis2.transport.http   
org.apache.axis2.transport.nhttp   
 

Uses of RequestResponseTransport in org.apache.axis2.transport.http
 

Classes in org.apache.axis2.transport.http that implement RequestResponseTransport
protected  class AxisServlet.ServletRequestResponseTransport
           
 

Uses of RequestResponseTransport in org.apache.axis2.transport.nhttp
 

Classes in org.apache.axis2.transport.nhttp that implement RequestResponseTransport
 class HttpCoreRequestResponseTransport
          This interface is a point of control for Axis2 (and Sandesha2 in particular) to control the behaviour of a Request-Response transport such as HTTP/s For nhttp, this does not make much of a difference, as we are capable of keeping a socket open and writing to it from a different thread, while letting the initial thread that read the request go free.
 



Copyright © 2007 Apache Web Services Project. All Rights Reserved.