Class AS2ServerManager
- java.lang.Object
-
- org.apache.camel.component.as2.api.AS2ServerManager
-
public class AS2ServerManager extends Object
Receives EDI Messages over HTTP
-
-
Field Summary
Fields Modifier and Type Field Description static StringCAMEL_AS2_SERVER_PREFIXPrefix for all AS2 HTTP Context Attributes used by the Http Server Manager.static StringFROMThe HTTP Context Attribute containing the internet e-mail address of responding systemstatic StringSUBJECTThe HTTP Context Attribute containing the subject header sent in an AS2 response.
-
Constructor Summary
Constructors Constructor Description AS2ServerManager(AS2ServerConnection as2ServerConnection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleMDNResponse(org.apache.http.protocol.HttpContext httpContext, String subject, String from)voidlisten(String requestUriPattern, org.apache.http.protocol.HttpRequestHandler handler)voidstopListening(String requestUri)
-
-
-
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
-
AS2ServerManager
public AS2ServerManager(AS2ServerConnection as2ServerConnection)
-
-