org.codehaus.enunciate.modules.jersey
Class DelegatingJAXBContext
java.lang.Object
javax.xml.bind.JAXBContext
org.codehaus.enunciate.modules.jersey.DelegatingJAXBContext
public class DelegatingJAXBContext
- extends javax.xml.bind.JAXBContext
Convenience context that just delegates its methods.
- Author:
- Ryan Heaton
| Fields inherited from class javax.xml.bind.JAXBContext |
JAXB_CONTEXT_FACTORY |
| 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 |
DelegatingJAXBContext
public DelegatingJAXBContext(javax.xml.bind.JAXBContext delegate)
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