Interface DsmlDecorator<M>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      M getDecorated()
      Gets the Message this DsmlDecorator decorates.
      org.dom4j.Element toDsml​(org.dom4j.Element root)
      Converts the request/reponse to its XML representation in the DSMLv2 format
    • Method Detail

      • toDsml

        org.dom4j.Element toDsml​(org.dom4j.Element root)
        Converts the request/reponse to its XML representation in the DSMLv2 format
        Parameters:
        root - the root dom4j Element
        Returns:
        the dom4j Element corresponding to the entry.
      • getDecorated

        M getDecorated()
        Gets the Message this DsmlDecorator decorates.
        Returns:
        The decorated Message instance