Class DispositionNotificationOptions
- java.lang.Object
-
- org.apache.camel.component.as2.api.entity.DispositionNotificationOptions
-
public class DispositionNotificationOptions extends Object
-
-
Constructor Summary
Constructors Constructor Description DispositionNotificationOptions(AS2HeaderUtils.Parameter signedReceiptProtocol, AS2HeaderUtils.Parameter signedReceiptMicalg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AS2HeaderUtils.Parameter
getSignedReceiptMicalg()
AS2HeaderUtils.Parameter
getSignedReceiptProtocol()
-
-
-
Constructor Detail
-
DispositionNotificationOptions
public DispositionNotificationOptions(AS2HeaderUtils.Parameter signedReceiptProtocol, AS2HeaderUtils.Parameter signedReceiptMicalg)
-
-
Method Detail
-
getSignedReceiptProtocol
public AS2HeaderUtils.Parameter getSignedReceiptProtocol()
-
getSignedReceiptMicalg
public AS2HeaderUtils.Parameter getSignedReceiptMicalg()
-
-