Class RequestAsynchronousMDN

java.lang.Object
org.apache.camel.component.as2.api.protocol.RequestAsynchronousMDN
All Implemented Interfaces:
org.apache.hc.core5.http.HttpRequestInterceptor

public class RequestAsynchronousMDN extends Object implements org.apache.hc.core5.http.HttpRequestInterceptor
  • Constructor Details

    • RequestAsynchronousMDN

      public RequestAsynchronousMDN(String as2Version, String senderFQDN)
  • Method Details

    • process

      public void process(org.apache.hc.core5.http.HttpRequest request, org.apache.hc.core5.http.EntityDetails entity, org.apache.hc.core5.http.protocol.HttpContext context) throws org.apache.hc.core5.http.HttpException, IOException
      Specified by:
      process in interface org.apache.hc.core5.http.HttpRequestInterceptor
      Throws:
      org.apache.hc.core5.http.HttpException
      IOException