Class ResponseMDN
java.lang.Object
org.apache.camel.component.as2.api.protocol.ResponseMDN
- All Implemented Interfaces:
org.apache.http.HttpResponseInterceptor
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionResponseMDN(String as2Version, String serverFQDN, AS2SignatureAlgorithm signingAlgorithm, Certificate[] signingCertificateChain, PrivateKey signingPrivateKey, PrivateKey decryptingPrivateKey, String mdnMessageTemplate, Certificate[] validateSigningCertificateChain) -
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context)
-
Field Details
-
BOUNDARY_PARAM_NAME
- See Also:
-
-
Constructor Details
-
ResponseMDN
public ResponseMDN(String as2Version, String serverFQDN, AS2SignatureAlgorithm signingAlgorithm, Certificate[] signingCertificateChain, PrivateKey signingPrivateKey, PrivateKey decryptingPrivateKey, String mdnMessageTemplate, Certificate[] validateSigningCertificateChain)
-
-
Method Details
-
process
public void process(org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context) throws org.apache.http.HttpException, IOException - Specified by:
processin interfaceorg.apache.http.HttpResponseInterceptor- Throws:
org.apache.http.HttpExceptionIOException
-