org.jboss.resteasy.plugins.providers.jaxb.json
Class BadgerContext

java.lang.Object
  extended by javax.xml.bind.JAXBContext
      extended by org.jboss.resteasy.plugins.providers.jaxb.json.BadgerContext

public class BadgerContext
extends JAXBContext

Version:
$Revision: 1 $
Author:
Bill Burke

Field Summary
 
Fields inherited from class javax.xml.bind.JAXBContext
JAXB_CONTEXT_FACTORY
 
Constructor Summary
BadgerContext(Class... clazz)
           
BadgerContext(String contextPath)
           
 
Method Summary
 Marshaller createMarshaller()
           
 Unmarshaller createUnmarshaller()
           
 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

BadgerContext

public BadgerContext(Class... clazz)

BadgerContext

public BadgerContext(String contextPath)
Method Detail

createUnmarshaller

public Unmarshaller createUnmarshaller()
                                throws JAXBException
Specified by:
createUnmarshaller in class JAXBContext
Throws:
JAXBException

createMarshaller

public Marshaller createMarshaller()
                            throws JAXBException
Specified by:
createMarshaller in class JAXBContext
Throws:
JAXBException

createValidator

public Validator createValidator()
                          throws JAXBException
Specified by:
createValidator in class JAXBContext
Throws:
JAXBException


Copyright © 2012. All Rights Reserved.