Class JaxbTest

    • Field Detail

      • logger

        private org.slf4j.Logger logger
    • Constructor Detail

      • JaxbTest

        public JaxbTest()
    • Method Detail

      • marshal

        protected <T> String marshal​(T object)
                              throws javax.xml.bind.JAXBException
        Specified by:
        marshal in class MarshallingTest
        Throws:
        javax.xml.bind.JAXBException
      • demarshal

        protected <T> T demarshal​(Class<T> type,
                                  String buffer)
                           throws javax.xml.bind.JAXBException
        Specified by:
        demarshal in class MarshallingTest
        Throws:
        javax.xml.bind.JAXBException