Class MarshallerUtil


  • public class MarshallerUtil
    extends Object
    Class Declaration.
    Version:
    1.2, 05/02/00
    Author:
    Farrukh S. Najmi, Kathy Walsh
    • Constructor Detail

      • MarshallerUtil

        protected MarshallerUtil()
                          throws javax.xml.bind.JAXBException
        Class Constructor.
        Throws:
        javax.xml.bind.JAXBException
    • Method Detail

      • getInstance

        public static MarshallerUtil getInstance()
                                          throws javax.xml.bind.JAXBException
        Method Declaration.
        Returns:
        Throws:
        javax.xml.bind.JAXBException
      • jaxbMarshalObject

        public javax.xml.soap.SOAPMessage jaxbMarshalObject​(Object obj)
                                                     throws javax.xml.bind.JAXBException
        Throws:
        javax.xml.bind.JAXBException
      • jaxbUnmarshalInputStream

        public Object jaxbUnmarshalInputStream​(InputStream result)
                                        throws javax.xml.bind.JAXBException
        Throws:
        javax.xml.bind.JAXBException
      • jaxbMarshalOutStream

        public OutputStream jaxbMarshalOutStream​(Object result)
                                          throws javax.xml.bind.JAXBException
        Throws:
        javax.xml.bind.JAXBException
      • jaxbUnmarshalObject

        public Object jaxbUnmarshalObject​(Node result)
                                   throws javax.xml.bind.JAXBException
        Throws:
        javax.xml.bind.JAXBException
      • generateUUID

        public static String generateUUID()
      • log

        public void log​(javax.xml.soap.SOAPMessage msg)