Class AS2AsynchronousMDNManager

java.lang.Object
org.apache.camel.component.as2.api.AS2AsynchronousMDNManager

public class AS2AsynchronousMDNManager extends Object
  • Field Details

    • CAMEL_AS2_ASYNC_MDN_PREFIX

      public static final String CAMEL_AS2_ASYNC_MDN_PREFIX
      Prefix for all AS2 HTTP Context Attributes used by the AS2 Asynchronous MDN Manager.
      See Also:
    • HTTP_REQUEST

      public static final String HTTP_REQUEST
      The HTTP Context Attribute containing the HTTP request message transporting the EDI message
      See Also:
    • HTTP_RESPONSE

      public static final String HTTP_RESPONSE
      The HTTP Context Attribute containing the HTTP response message transporting the EDI message
      See Also:
    • AS2_CONNECTION

      public static final String AS2_CONNECTION
      The HTTP Context Attribute containing the AS2 Connection used to send request message.
      See Also:
    • RECIPIENT_ADDRESS

      public static final String RECIPIENT_ADDRESS
      The HTTP Context Attribute indicating the AS2 name of MDN sender.
      See Also:
    • ASYNCHRONOUS_MDN

      public static final String ASYNCHRONOUS_MDN
      The HTTP Context Attribute containing an asynchronous MDN receipt.
      See Also:
  • Constructor Details

  • Method Details

    • send

      public org.apache.hc.core5.http.protocol.HttpCoreContext send(MultipartMimeEntity multipartMimeEntity, String contentType, String recipientDeliveryAddress) throws org.apache.hc.core5.http.HttpException
      Throws:
      org.apache.hc.core5.http.HttpException