Interface XmlSignature2Message
-
- All Known Implementing Classes:
DefaultXmlSignature2Message
public interface XmlSignature2MessageUsed in the signature verifier to map the references and objects of the XML signature to the output message.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceXmlSignature2Message.Input
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmapToMessage(XmlSignature2Message.Input input, org.apache.camel.Message output)Maps the references and objects of an XML signature to the camel message.
-
-
-
Method Detail
-
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
-
-