Package org.somda.sdc.dpws.http.apache
Class CommunicationLogHttpResponseInterceptor
- java.lang.Object
-
- org.somda.sdc.dpws.http.apache.CommunicationLogHttpResponseInterceptor
-
- All Implemented Interfaces:
org.apache.http.HttpResponseInterceptor
public class CommunicationLogHttpResponseInterceptor extends Object implements org.apache.http.HttpResponseInterceptor
Response interceptor which writes the incoming response message and headers into the CommunicationLog.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocess(org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context)
-