gov.lbl.dsd.p2pio.util
Class JaxbUtil
java.lang.Object
gov.lbl.dsd.p2pio.util.JaxbUtil
- public class JaxbUtil
- extends Object
Miscellaneous static utility functions to convert from and to JAXB.
- Version:
- $Revision: 1.4 $, $Date: 2004/01/30 01:18:02 $
JaxbUtil
public JaxbUtil()
getUnmarshaller
public static Unmarshaller getUnmarshaller()
getMarshaller
public static Marshaller getMarshaller()
getP2PioFactory
public static gov.lbl.dsd.p2pio.jaxb.ObjectFactory getP2PioFactory()
getQueryFactory
public static gov.lbl.dsd.p2pio.jaxb.ObjectFactory getQueryFactory()
jaxb2dom
public static Element jaxb2dom(Object elem)
throws JAXBException
- Throws:
JAXBException
toPrettyXML
public static String toPrettyXML(Object elem)
Jump to the Firefish Homepage