|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectau.gov.nehta.vendorlibrary.pcehr.clients.common.util.JAXBUtils
public final class JAXBUtils
JAXB helper utility methods.
Method Summary | |
---|---|
static void |
marshal(javax.xml.bind.JAXBElement<?> obj,
java.io.OutputStream os)
Marshal JAXB element. |
static void |
marshal(java.lang.Object obj,
java.io.OutputStream os)
Marshal object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void marshal(javax.xml.bind.JAXBElement<?> obj, java.io.OutputStream os) throws javax.xml.bind.JAXBException
obj
- element to marshal.os
- output of marshaled element.
javax.xml.bind.JAXBException
- thrown in the event that the object cannot be marshaled.public static void marshal(java.lang.Object obj, java.io.OutputStream os) throws javax.xml.bind.JAXBException
obj
- object to marshal.os
- output of marshaled element.
javax.xml.bind.JAXBException
- thrown in the event that the object cannot be marshaled.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |