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.
    • 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