Class ResponseSessionCookie
- java.lang.Object
-
- org.apache.axis2.transport.http.server.ResponseSessionCookie
-
- All Implemented Interfaces:
org.apache.http.HttpResponseInterceptor
public class ResponseSessionCookie extends Object implements org.apache.http.HttpResponseInterceptor
-
-
Constructor Summary
Constructors Constructor Description ResponseSessionCookie()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
process(org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context)
-
-
-
Method Detail
-
process
public void process(org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context) throws org.apache.http.HttpException, IOException
- Specified by:
process
in interfaceorg.apache.http.HttpResponseInterceptor
- Throws:
org.apache.http.HttpException
IOException
-
-