|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.iam.certification.vo.util.jaxb.JAXBProcessor
public class JAXBProcessor
Default to oracle.iam.certification.domain package. Note there is a jaxb.index file in the "oracle.iam.certification.domain" package that must be updated with the classes to marshall/unmarshall.
| Field Summary | |
|---|---|
static java.lang.String |
DEFAULT_CHARSET |
| Constructor Summary | |
|---|---|
JAXBProcessor() |
|
| Method Summary | |
|---|---|
static byte[] |
getBytes(java.lang.Object o)Return byte array of marshalled object o. |
static java.lang.Object |
getObject(java.lang.String xml)Return object unmarshalled by xml String. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String DEFAULT_CHARSET
| Constructor Detail |
|---|
public JAXBProcessor()
| Method Detail |
|---|
public static byte[] getBytes(java.lang.Object o)
throws javax.xml.bind.JAXBException
o - Object to marshalljavax.xml.bind.JAXBException - If there was an error
public static java.lang.Object getObject(java.lang.String xml)
throws javax.xml.bind.JAXBException,
java.io.UnsupportedEncodingException
xml - xml String.javax.xml.bind.JAXBException - if there was an errorjava.io.UnsupportedEncodingException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||