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:
jakarta.ws.rs.ext.ContextResolver<JAXBContextFinder>
,JAXBContextFinder
@Provider
@Consumes({"application/fastinfoset","application/*+fastinfoset"})
@Produces({"application/fastinfoset","application/*+fastinfoset"})
public class FastinfoSetJAXBContextFinder
extends XmlJAXBContextFinder
implements jakarta.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
-
Method Summary
Modifier and TypeMethodDescriptionprotected jakarta.xml.bind.JAXBContext
createContextObject
(Annotation[] annotations, Class... classes) protected jakarta.xml.bind.JAXBContext
createContextObject
(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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface jakarta.ws.rs.ext.ContextResolver
getContext
-
Constructor Details
-
FastinfoSetJAXBContextFinder
public FastinfoSetJAXBContextFinder()
-
-
Method Details
-
createContextObject
protected jakarta.xml.bind.JAXBContext createContextObject(Annotation[] annotations, Class... classes) throws jakarta.xml.bind.JAXBException - Overrides:
createContextObject
in classXmlJAXBContextFinder
- Throws:
jakarta.xml.bind.JAXBException
-
createContextObject
protected jakarta.xml.bind.JAXBContext createContextObject(Annotation[] annotations, String contextPath) throws jakarta.xml.bind.JAXBException - Overrides:
createContextObject
in classXmlJAXBContextFinder
- Throws:
jakarta.xml.bind.JAXBException
-