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
- See Also:
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MarshallerUtil
protected MarshallerUtil()
throws JAXBException
- Class Constructor.
- Throws:
JAXBException- See Also:
getInstance
public static MarshallerUtil getInstance()
throws JAXBException
- Method Declaration.
- Returns:
-
- Throws:
JAXBException- See Also:
jaxbMarshalObject
public SOAPMessage jaxbMarshalObject(Object obj)
throws JAXBException
- Throws:
JAXBException
jaxbUnmarshalInputStream
public Object jaxbUnmarshalInputStream(InputStream result)
throws JAXBException
- Throws:
JAXBException
jaxbMarshalOutStream
public OutputStream jaxbMarshalOutStream(Object result)
throws JAXBException
- Throws:
JAXBException
jaxbUnmarshalObject
public Object jaxbUnmarshalObject(Node result)
throws JAXBException
- Throws:
JAXBException
generateUUID
public static String generateUUID()
log
public void log(SOAPMessage msg)
Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.