org.jomc.sdk.model.support
Class JaxbMarshallerFactory

Package class diagram package JaxbMarshallerFactory
java.lang.Object
  extended by org.jomc.sdk.model.support.JaxbMarshallerFactory

@Generated(value="org.jomc.tools.SourceFileProcessor 1.0",
           comments="See http://jomc.sourceforge.net/jomc/1.0/jomc-tools")
public final class JaxbMarshallerFactory
extends Object

XML Schema Set JAXB 'Marshaller' factory implementation.

Specifications

Properties

Dependencies

Version:
$Id: JaxbMarshallerFactory.java 2234 2010-06-29 00:03:38Z schulte2005 $
Author:
Christian Schulte 1.0

Constructor Summary
Constructor and Description
JaxbMarshallerFactory()
          Creates a new JaxbMarshallerFactory instance.
 
Method Summary
Modifier and Type Method and Description
 javax.xml.bind.Marshaller getObject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaxbMarshallerFactory

@Generated(value="org.jomc.tools.SourceFileProcessor 1.0",
           comments="See http://jomc.sourceforge.net/jomc/1.0/jomc-tools")
public JaxbMarshallerFactory()
Creates a new JaxbMarshallerFactory instance.

Method Detail

getObject

public javax.xml.bind.Marshaller getObject()
                                    throws javax.xml.bind.JAXBException,
                                           SAXException
Throws:
javax.xml.bind.JAXBException
SAXException


Copyright © 2005-2010 The JOMC Project. All Rights Reserved.