Interface DsmlDecorator<M>

    • Method Detail

      • toDsml

        Element toDsml​(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