Interface XmlSignature2Message
- All Known Implementing Classes:
DefaultXmlSignature2Message
public interface XmlSignature2Message
Used in the signature verifier to map the references and objects of the XML signature to the output message.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoid
mapToMessage
(XmlSignature2Message.Input input, org.apache.camel.Message output) Maps the references and objects of an XML signature to the camel message.
-
Method Details
-
mapToMessage
void mapToMessage(XmlSignature2Message.Input input, org.apache.camel.Message output) throws Exception Maps the references and objects of an XML signature to the camel message.- Parameters:
input
- inputoutput
- output message- Throws:
Exception
-