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
    Modifier and Type
    Interface
    Description
    static interface 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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 - input
      output - output message
      Throws:
      Exception