Interface Xmlable

  • All Known Subinterfaces:
    Transformable<T>

    public interface Xmlable
    A class that implements this interface marks the object that it can be transformed to an xml string.
    • Method Detail

      • toXml

        java.lang.String toXml()
        Transform this object to xml String.
        Returns:
        this object as an xml String object.