Class AS2ServerManager

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

public class AS2ServerManager extends Object
Receives EDI Messages over HTTP
  • Field Details

    • CAMEL_AS2_SERVER_PREFIX

      public static final String CAMEL_AS2_SERVER_PREFIX
      Prefix for all AS2 HTTP Context Attributes used by the Http Server Manager.
      See Also:
    • SUBJECT

      public static final String SUBJECT
      The HTTP Context Attribute containing the subject header sent in an AS2 response.
      See Also:
    • FROM

      public static final String FROM
      The HTTP Context Attribute containing the internet e-mail address of responding system
      See Also:
  • Constructor Details

  • Method Details

    • listen

      public void listen(String requestUriPattern, org.apache.hc.core5.http.io.HttpRequestHandler handler)
    • handleMDNResponse

      public void handleMDNResponse(org.apache.hc.core5.http.protocol.HttpContext httpContext, String subject, String from)