Class ResponseMDN
- java.lang.Object
-
- org.apache.camel.component.as2.api.protocol.ResponseMDN
-
- All Implemented Interfaces:
org.apache.http.HttpResponseInterceptor
public class ResponseMDN extends Object implements org.apache.http.HttpResponseInterceptor
-
-
Field Summary
Fields Modifier and Type Field Description static String
BOUNDARY_PARAM_NAME
-
Constructor Summary
Constructors Constructor Description ResponseMDN(String as2Version, String serverFQDN, AS2SignatureAlgorithm signingAlgorithm, Certificate[] signingCertificateChain, PrivateKey signingPrivateKey, PrivateKey decryptingPrivateKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
process(org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context)
-
-
-
Field Detail
-
BOUNDARY_PARAM_NAME
public static final String BOUNDARY_PARAM_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ResponseMDN
public ResponseMDN(String as2Version, String serverFQDN, AS2SignatureAlgorithm signingAlgorithm, Certificate[] signingCertificateChain, PrivateKey signingPrivateKey, PrivateKey decryptingPrivateKey)
-
-
Method Detail
-
process
public void process(org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context) throws org.apache.http.HttpException, IOException
- Specified by:
process
in interfaceorg.apache.http.HttpResponseInterceptor
- Throws:
org.apache.http.HttpException
IOException
-
-