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
 
 
- 
- 
Field Summary
- 
Fields inherited from class javax.xml.bind.JAXBContext
JAXB_CONTEXT_FACTORY 
 - 
 
- 
Constructor Summary
Constructors Constructor Description FastinfoSetContext(Class... clazz)FastinfoSetContext(String contextPath) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MarshallercreateMarshaller()UnmarshallercreateUnmarshaller()ValidatorcreateValidator()- 
Methods inherited from class javax.xml.bind.JAXBContext
createBinder, createBinder, createJAXBIntrospector, generateSchema, newInstance, newInstance, newInstance, newInstance, newInstance 
 - 
 
 - 
 
- 
- 
Method Detail
- 
createUnmarshaller
public Unmarshaller createUnmarshaller() throws JAXBException
- Specified by:
 createUnmarshallerin classJAXBContext- Throws:
 JAXBException
 
- 
createMarshaller
public Marshaller createMarshaller() throws JAXBException
- Specified by:
 createMarshallerin classJAXBContext- Throws:
 JAXBException
 
- 
createValidator
public Validator createValidator() throws JAXBException
- Specified by:
 createValidatorin classJAXBContext- Throws:
 JAXBException
 
 - 
 
 -