public interface XmlSignature2Message
Modifier and Type | Interface and Description |
---|---|
static interface |
XmlSignature2Message.Input |
Modifier and Type | Method and Description |
---|---|
void |
mapToMessage(XmlSignature2Message.Input input,
org.apache.camel.Message output)
Maps the references and objects of an XML signature to the camel message.
|
void mapToMessage(XmlSignature2Message.Input input, org.apache.camel.Message output) throws Exception
input
- inputoutput
- output messageException
Apache Camel