Class GenericWriteHandler

    • Constructor Detail

      • GenericWriteHandler

        public GenericWriteHandler​(GenericObjectFactory factory)
        Creates a new handler.
        Parameters:
        factory - the object factory.
    • Method Detail

      • write

        public void write​(java.lang.String tagName,
                          java.lang.Object object,
                          XMLWriter writer,
                          java.lang.String mPlexAttribute,
                          java.lang.String mPlexValue)
                   throws java.io.IOException,
                          XMLWriterException
        Performs the writing of a generic object.
        Parameters:
        tagName - the tag name.
        object - the generic object.
        writer - the writer.
        mPlexAttribute - ??.
        mPlexValue - ??.
        Throws:
        java.io.IOException - if there is an I/O error.
        XMLWriterException - if there is a writer error.