|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.frascati.jaxb.JAXB
public abstract class JAXB
OW2 FraSCAti JAXB wrapper.
| Method Summary | |
|---|---|
static String |
getJavaPackageName(String uri)
Get the Java package name associated to an URI. |
static String |
marshall(QName qname,
Object object)
Marshall a Java object to an XML message. |
static String |
toXsdType(Class<?> clazz)
Get the XSD type associated to a Java primitive type. |
static Object |
unmarshall(QName qname,
String xml,
Object holder)
Unmarshall an XML message to a Java object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String getJavaPackageName(String uri)
public static String toXsdType(Class<?> clazz)
public static String marshall(QName qname,
Object object)
throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public static Object unmarshall(QName qname,
String xml,
Object holder)
throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||