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 AbstractJAXBContextFinder
AbstractJAXBContextFinder.CacheKey -
Field Summary
Fields inherited from class AbstractJAXBContextFinder
OBJECT_FACTORY_NAME, providers -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected jakarta.xml.bind.JAXBContextcreateContextObject(Annotation[] annotations, Class... classes) protected jakarta.xml.bind.JAXBContextcreateContextObject(Annotation[] annotations, String contextPath) Methods inherited from class XmlJAXBContextFinder
findCacheContext, findCachedContext, findCacheXmlTypeContextMethods inherited from class AbstractJAXBContextFinder
createContext, createXmlTypeContext, findDefaultObjectFactoryClass, findProvidedJAXBContext, getContext, getPackageNameMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
createContextObjectin classXmlJAXBContextFinder- Throws:
jakarta.xml.bind.JAXBException
-
createContextObject
protected jakarta.xml.bind.JAXBContext createContextObject(Annotation[] annotations, String contextPath) throws jakarta.xml.bind.JAXBException - Overrides:
createContextObjectin classXmlJAXBContextFinder- Throws:
jakarta.xml.bind.JAXBException
-