Class FastinfoSetJAXBContextFinder
- java.lang.Object
 - 
- org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBContextFinder
 - 
- org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder
 - 
- org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetJAXBContextFinder
 
 
 
 
- 
- All Implemented Interfaces:
 javax.ws.rs.ext.ContextResolver<JAXBContextFinder>,JAXBContextFinder
@Provider @Consumes({"application/fastinfoset","application/*+fastinfoset"}) @Produces({"application/fastinfoset","application/*+fastinfoset"}) public class FastinfoSetJAXBContextFinder extends XmlJAXBContextFinder implements javax.ws.rs.ext.ContextResolver<JAXBContextFinder>- Version:
 - $Revision: 1 $
 - Author:
 - Bill Burke
 
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBContextFinder
AbstractJAXBContextFinder.CacheKey 
 - 
 
- 
Field Summary
- 
Fields inherited from class org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBContextFinder
OBJECT_FACTORY_NAME, providers 
 - 
 
- 
Constructor Summary
Constructors Constructor Description FastinfoSetJAXBContextFinder() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected JAXBContextcreateContextObject(Annotation[] annotations, Class... classes)protected JAXBContextcreateContextObject(Annotation[] annotations, String contextPath)- 
Methods inherited from class org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder
findCacheContext, findCachedContext, findCacheXmlTypeContext 
- 
Methods inherited from class org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBContextFinder
createContext, createXmlTypeContext, findDefaultObjectFactoryClass, findProvidedJAXBContext, getContext, getPackageName 
 - 
 
 - 
 
- 
- 
Method Detail
- 
createContextObject
protected JAXBContext createContextObject(Annotation[] annotations, Class... classes) throws JAXBException
- Overrides:
 createContextObjectin classXmlJAXBContextFinder- Throws:
 JAXBException
 
- 
createContextObject
protected JAXBContext createContextObject(Annotation[] annotations, String contextPath) throws JAXBException
- Overrides:
 createContextObjectin classXmlJAXBContextFinder- Throws:
 JAXBException
 
 - 
 
 -