Package org.somda.sdc.dpws.http.apache
Class CommunicationLogHttpRequestInterceptor
- java.lang.Object
-
- org.somda.sdc.dpws.http.apache.CommunicationLogHttpRequestInterceptor
-
- All Implemented Interfaces:
org.apache.http.HttpRequestInterceptor
public class CommunicationLogHttpRequestInterceptor extends Object implements org.apache.http.HttpRequestInterceptor
Request interceptor which writes the outgoing request message and headers into the CommunicationLog.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocess(org.apache.http.HttpRequest request, org.apache.http.protocol.HttpContext context)
-