Class ResponseMDN

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

public class ResponseMDN extends Object implements org.apache.hc.core5.http.HttpResponseInterceptor
  • Field Details

  • Constructor Details

  • Method Details

    • process

      public void process(org.apache.hc.core5.http.HttpResponse response, 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.HttpResponseInterceptor
      Throws:
      org.apache.hc.core5.http.HttpException
      IOException
    • createSigningGenerator

      public static AS2SignedDataGenerator createSigningGenerator(org.apache.hc.core5.http.HttpRequest request, AS2SignatureAlgorithm signingAlgorithm, Certificate[] signingCertificateChain, PrivateKey signingPrivateKey) throws org.apache.hc.core5.http.HttpException
      Throws:
      org.apache.hc.core5.http.HttpException
    • prepareSignedReceipt

      public static MultipartSignedEntity prepareSignedReceipt(AS2SignedDataGenerator gen, DispositionNotificationMultipartReportEntity multipartReportEntity) throws org.apache.hc.core5.http.HttpException
      Throws:
      org.apache.hc.core5.http.HttpException