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 Details

    • process

      public void process(org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context)
      Specified by:
      process in interface org.apache.http.HttpResponseInterceptor