Class AS2ServerManager


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

      • 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:
        Constant Field Values
      • SUBJECT

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

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

    • Method Detail

      • listen

        public void listen​(String requestUriPattern,
                           org.apache.http.protocol.HttpRequestHandler handler)
      • stopListening

        public void stopListening​(String requestUri)
      • handleMDNResponse

        public void handleMDNResponse​(org.apache.http.HttpEntityEnclosingRequest request,
                                      org.apache.http.HttpResponse response,
                                      org.apache.http.protocol.HttpContext httpContext,
                                      String subject,
                                      String from)
                               throws org.apache.http.HttpException
        Throws:
        org.apache.http.HttpException