Class AbstractJAXBContextFinder
java.lang.Object
org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBContextFinder
- All Implemented Interfaces:
JAXBContextFinder
- Direct Known Subclasses:
XmlJAXBContextFinder
- Version:
- $Revision: 1 $
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final String
protected javax.ws.rs.ext.Providers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateContext
(Annotation[] parameterAnnotations, Class... classes) protected abstract JAXBContext
createContextObject
(Annotation[] parameterAnnotations, Class... classes) protected abstract JAXBContext
createContextObject
(Annotation[] parameterAnnotations, String contextPath) createXmlTypeContext
(Annotation[] parameterAnnotations, Class... classes) static Class<?>
findDefaultObjectFactoryClass
(Class<?> type) findProvidedJAXBContext
(Class<?> type, javax.ws.rs.core.MediaType mediaType) getContext
(Class<?> type) static String
getPackageName
(Class<?> type) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jboss.resteasy.plugins.providers.jaxb.JAXBContextFinder
findCacheContext, findCachedContext, findCacheXmlTypeContext
-
Field Details
-
OBJECT_FACTORY_NAME
- See Also:
-
providers
@Context protected javax.ws.rs.ext.Providers providers
-
-
Constructor Details
-
AbstractJAXBContextFinder
public AbstractJAXBContextFinder()
-
-
Method Details
-
findProvidedJAXBContext
public JAXBContext findProvidedJAXBContext(Class<?> type, javax.ws.rs.core.MediaType mediaType) throws JAXBException - Throws:
JAXBException
-
getPackageName
-
findDefaultObjectFactoryClass
-
createContextObject
protected abstract JAXBContext createContextObject(Annotation[] parameterAnnotations, Class... classes) throws JAXBException - Throws:
JAXBException
-
createContextObject
protected abstract JAXBContext createContextObject(Annotation[] parameterAnnotations, String contextPath) throws JAXBException - Throws:
JAXBException
-
createXmlTypeContext
public JAXBContext createXmlTypeContext(Annotation[] parameterAnnotations, Class... classes) throws JAXBException - Throws:
JAXBException
-
createContext
public JAXBContext createContext(Annotation[] parameterAnnotations, Class... classes) throws JAXBException - Specified by:
createContext
in interfaceJAXBContextFinder
- Throws:
JAXBException
-
getContext
-