Firefish 0.5.10

gov.lbl.dsd.p2pio.util
Class JaxbUtil

java.lang.Object
  extended bygov.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 $

Constructor Summary
JaxbUtil()
           
 
Method Summary
static Marshaller getMarshaller()
           
static gov.lbl.dsd.p2pio.jaxb.ObjectFactory getP2PioFactory()
           
static gov.lbl.dsd.p2pio.jaxb.ObjectFactory getQueryFactory()
           
static Unmarshaller getUnmarshaller()
           
static Element jaxb2dom(Object elem)
           
static String toPrettyXML(Object elem)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaxbUtil

public JaxbUtil()
Method Detail

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)

Firefish 0.5.10

Jump to the Firefish Homepage