com.sun.xml.registry.common.util
Class MarshallerUtil

java.lang.Object
  extended by 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:

Constructor Summary
protected MarshallerUtil()
          Class Constructor.
 
Method Summary
static String generateUUID()
           
static MarshallerUtil getInstance()
          Method Declaration.
 SOAPMessage jaxbMarshalObject(Object obj)
           
 OutputStream jaxbMarshalOutStream(Object result)
           
 Object jaxbUnmarshalInputStream(InputStream result)
           
 Object jaxbUnmarshalObject(Node result)
           
 void log(SOAPMessage msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarshallerUtil

protected MarshallerUtil()
                  throws JAXBException
Class Constructor.

Throws:
JAXBException
See Also:
Method Detail

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.