public class MarshallerUtil extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
MarshallerUtil()
Class Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
protected MarshallerUtil()
throws JAXBException
JAXBExceptionpublic static MarshallerUtil getInstance() throws JAXBException
JAXBExceptionpublic SOAPMessage jaxbMarshalObject(Object obj) throws JAXBException
JAXBExceptionpublic Object jaxbUnmarshalInputStream(InputStream result) throws JAXBException
JAXBExceptionpublic OutputStream jaxbMarshalOutStream(Object result) throws JAXBException
JAXBExceptionpublic Object jaxbUnmarshalObject(Node result) throws JAXBException
JAXBExceptionpublic static String generateUUID()
public void log(SOAPMessage msg)
Copyright © 2005–2017 Oracle Corporation. All rights reserved.