Uses of Class
org.apache.camel.component.as2.api.util.AS2HeaderUtils.Parameter
-
Packages that use AS2HeaderUtils.Parameter Package Description org.apache.camel.component.as2.api.entity org.apache.camel.component.as2.api.util -
-
Uses of AS2HeaderUtils.Parameter in org.apache.camel.component.as2.api.entity
Methods in org.apache.camel.component.as2.api.entity that return AS2HeaderUtils.Parameter Modifier and Type Method Description AS2HeaderUtils.Parameter
DispositionNotificationOptions. getSignedReceiptMicalg()
AS2HeaderUtils.Parameter
DispositionNotificationOptions. getSignedReceiptProtocol()
Constructors in org.apache.camel.component.as2.api.entity with parameters of type AS2HeaderUtils.Parameter Constructor Description DispositionNotificationOptions(AS2HeaderUtils.Parameter signedReceiptProtocol, AS2HeaderUtils.Parameter signedReceiptMicalg)
-
Uses of AS2HeaderUtils.Parameter in org.apache.camel.component.as2.api.util
Methods in org.apache.camel.component.as2.api.util that return AS2HeaderUtils.Parameter Modifier and Type Method Description static AS2HeaderUtils.Parameter
AS2HeaderUtils. parseParameter(org.apache.http.util.CharArrayBuffer buffer, org.apache.http.message.ParserCursor cursor)
-