org.codehaus.enunciate.modules.jersey
Class DelegatingJAXBContext

java.lang.Object
  extended by javax.xml.bind.JAXBContext
      extended by org.codehaus.enunciate.modules.jersey.DelegatingJAXBContext

public class DelegatingJAXBContext
extends javax.xml.bind.JAXBContext

Convenience context that just delegates its methods.

Author:
Ryan Heaton

Field Summary
 
Fields inherited from class javax.xml.bind.JAXBContext
JAXB_CONTEXT_FACTORY
 
Constructor Summary
DelegatingJAXBContext(javax.xml.bind.JAXBContext delegate)
           
 
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

DelegatingJAXBContext

public DelegatingJAXBContext(javax.xml.bind.JAXBContext delegate)
Method Detail

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

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

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