Class EXIObject<T>

  • Type Parameters:
    T - the type of the xml object

    public class EXIObject<T>
    extends Object
    Class to hold the XML object which should be encoded and written to the OutputStream.
    Since:
    1.0.0
    • Constructor Detail

      • EXIObject

        public EXIObject​(T doc)
        Parameters:
        doc - the XML object to encode
    • Method Detail

      • getDoc

        public T getDoc()
        Returns:
        the doc