Package com.sun.xml.registry.common.util
Class MarshallerUtil
- java.lang.Object
-
- com.sun.xml.registry.common.util.MarshallerUtil
-
public class MarshallerUtil extends Object
Class Declaration.- Version:
- 1.2, 05/02/00
- Author:
- Farrukh S. Najmi, Kathy Walsh
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedMarshallerUtil()Class Constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StringgenerateUUID()static MarshallerUtilgetInstance()Method Declaration.javax.xml.soap.SOAPMessagejaxbMarshalObject(Object obj)OutputStreamjaxbMarshalOutStream(Object result)ObjectjaxbUnmarshalInputStream(InputStream result)ObjectjaxbUnmarshalObject(Node result)voidlog(javax.xml.soap.SOAPMessage msg)
-
-
-
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)
-
-