org.opennms.netmgt.provision.persist
Class ProvisionJAXBContext

java.lang.Object
  extended by javax.xml.bind.JAXBContext
      extended by org.opennms.netmgt.provision.persist.ProvisionJAXBContext

public class ProvisionJAXBContext
extends javax.xml.bind.JAXBContext

ProvisionJAXBContext class.

Version:
$Id: $
Author:
ranger

Field Summary
 
Fields inherited from class javax.xml.bind.JAXBContext
JAXB_CONTEXT_FACTORY
 
Constructor Summary
ProvisionJAXBContext(javax.xml.bind.JAXBContext context, String namespace)
          Constructor for ProvisionJAXBContext.
 
Method Summary
 javax.xml.bind.Marshaller createMarshaller()
          
 javax.xml.bind.Unmarshaller createUnmarshaller()
          
 javax.xml.bind.Validator createValidator()
          
 
Methods inherited from class javax.xml.bind.JAXBContext
createBinder, createBinder, createJAXBIntrospector, generateSchema, newInstance, newInstance, newInstance, newInstance, newInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProvisionJAXBContext

public ProvisionJAXBContext(javax.xml.bind.JAXBContext context,
                            String namespace)

Constructor for ProvisionJAXBContext.

Parameters:
context - a JAXBContext object.
namespace - a String object.
Method Detail

createMarshaller

public javax.xml.bind.Marshaller createMarshaller()
                                           throws javax.xml.bind.JAXBException

Specified by:
createMarshaller in class javax.xml.bind.JAXBContext
Throws:
javax.xml.bind.JAXBException

createUnmarshaller

public javax.xml.bind.Unmarshaller createUnmarshaller()
                                               throws javax.xml.bind.JAXBException

Specified by:
createUnmarshaller in class javax.xml.bind.JAXBContext
Throws:
javax.xml.bind.JAXBException

createValidator

public javax.xml.bind.Validator createValidator()
                                         throws javax.xml.bind.JAXBException

Specified by:
createValidator in class javax.xml.bind.JAXBContext
Throws:
javax.xml.bind.JAXBException


Copyright © 2011. All Rights Reserved.