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

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

    • RequestAS2

      public RequestAS2(String as2Version, String clientFQDN)
  • 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