public class AS2ServerManager extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CAMEL_AS2_SERVER_PREFIX
Prefix for all AS2 HTTP Context Attributes used by the Http Server Manager.
|
static String |
FROM
The HTTP Context Attribute containing the internet e-mail address of responding system
|
static String |
SUBJECT
The HTTP Context Attribute containing the subject header sent in an AS2 response.
|
| Constructor and Description |
|---|
AS2ServerManager(AS2ServerConnection as2ServerConnection) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleMDNResponse(org.apache.http.HttpEntityEnclosingRequest request,
org.apache.http.HttpResponse response,
org.apache.http.protocol.HttpContext httpContext,
String subject,
String from) |
void |
listen(String requestUriPattern,
org.apache.http.protocol.HttpRequestHandler handler) |
void |
stopListening(String requestUri) |
public static final String CAMEL_AS2_SERVER_PREFIX
public static final String SUBJECT
public static final String FROM
public AS2ServerManager(AS2ServerConnection as2ServerConnection)
Apache Camel