public class AS2ServerConnection extends Object
| Constructor and Description |
|---|
AS2ServerConnection(String as2Version,
String originServer,
String serverFqdn,
Integer serverPortNumber,
Certificate[] signingCertificateChain,
PrivateKey signingPrivateKey) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
listen(String requestUri,
org.apache.http.protocol.HttpRequestHandler handler) |
void |
stopListening(String requestUri) |
public AS2ServerConnection(String as2Version, String originServer, String serverFqdn, Integer serverPortNumber, Certificate[] signingCertificateChain, PrivateKey signingPrivateKey) throws IOException
IOExceptionpublic void close()
public void listen(String requestUri, org.apache.http.protocol.HttpRequestHandler handler) throws IOException
IOExceptionpublic void stopListening(String requestUri)
Apache Camel