org.apache.camel.component.xmlsecurity.api
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
static interface XmlSignature2Message.Input
           
 
Method Summary
 void mapToMessage(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 - input
output - output message
Throws:
Exception


Apache Camel