Class AS2ServerManager
java.lang.Object
org.apache.camel.component.as2.api.AS2ServerManager
Receives EDI Messages over HTTP
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringPrefix for all AS2 HTTP Context Attributes used by the Http Server Manager.static final StringThe HTTP Context Attribute containing the internet e-mail address of responding systemstatic final StringThe HTTP Context Attribute containing the subject header sent in an AS2 response. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleMDNResponse(org.apache.hc.core5.http.protocol.HttpContext httpContext, String subject, String from) void
-
Field Details
-
CAMEL_AS2_SERVER_PREFIX
Prefix for all AS2 HTTP Context Attributes used by the Http Server Manager.- See Also:
-
SUBJECT
The HTTP Context Attribute containing the subject header sent in an AS2 response.- See Also:
-
FROM
The HTTP Context Attribute containing the internet e-mail address of responding system- See Also:
-
-
Constructor Details
-
AS2ServerManager
-
-
Method Details
-
listen
public void listen(String requestUriPattern, org.apache.hc.core5.http.io.HttpRequestHandler handler) -
handleMDNResponse
-