public class ResponseMDN extends Object implements org.apache.http.HttpResponseInterceptor
Modifier and Type | Field and Description |
---|---|
static String |
BOUNDARY_PARAM_NAME |
Constructor and Description |
---|
ResponseMDN(String as2Version,
String serverFQDN,
AS2SignatureAlgorithm signingAlgorithm,
Certificate[] signingCertificateChain,
PrivateKey signingPrivateKey) |
Modifier and Type | Method and Description |
---|---|
void |
process(org.apache.http.HttpResponse response,
org.apache.http.protocol.HttpContext context) |
public static final String BOUNDARY_PARAM_NAME
public ResponseMDN(String as2Version, String serverFQDN, AS2SignatureAlgorithm signingAlgorithm, Certificate[] signingCertificateChain, PrivateKey signingPrivateKey)
public void process(org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context) throws org.apache.http.HttpException, IOException
process
in interface org.apache.http.HttpResponseInterceptor
org.apache.http.HttpException
IOException
Apache Camel