org.jboss.resteasy.plugins.providers.jaxb.fastinfoset
Class FastinfoSetContext
java.lang.Object
javax.xml.bind.JAXBContext
org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetContext
public class FastinfoSetContext
- extends JAXBContext
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FastinfoSetContext
public FastinfoSetContext(Class... clazz)
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 © 2011. All Rights Reserved.