freemind.common
Class JaxbTools

java.lang.Object
  extended byfreemind.common.JaxbTools

public class JaxbTools
extends java.lang.Object

Author:
foltin Singleton

Method Summary
 Marshaller createMarshaller()
           
 Unmarshaller createUnmarshaller()
           
static JaxbTools getInstance()
           
 JAXBContext getJAXBContext()
           
 ObjectFactory getObjectFactory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static JaxbTools getInstance()

getJAXBContext

public JAXBContext getJAXBContext()

getObjectFactory

public ObjectFactory getObjectFactory()

createMarshaller

public Marshaller createMarshaller()

createUnmarshaller

public Unmarshaller createUnmarshaller()