|
Resteasy JAXB Provider 2.3.6.Final-redhat-1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JAXBContextFinder
Method Summary | |
---|---|
JAXBContext |
createContext(Annotation[] parameterAnnotations,
Class... classes)
|
JAXBContext |
findCacheContext(javax.ws.rs.core.MediaType mediaType,
Annotation[] paraAnnotations,
Class... classes)
This method creates a JAXBContext from a collection of classes. |
JAXBContext |
findCachedContext(Class type,
javax.ws.rs.core.MediaType mediaType,
Annotation[] parameterAnnotations)
This method with find a JAXBContext for one type. |
JAXBContext |
findCacheXmlTypeContext(javax.ws.rs.core.MediaType mediaType,
Annotation[] paraAnnotations,
Class... classes)
This method will find a JAXBContext from a set of XmlTypes that use an ObjectFactory for creation (i.e. |
Method Detail |
---|
JAXBContext findCachedContext(Class type, javax.ws.rs.core.MediaType mediaType, Annotation[] parameterAnnotations) throws JAXBException
type
- mediaType
- parameterAnnotations
-
JAXBException
JAXBContext findCacheContext(javax.ws.rs.core.MediaType mediaType, Annotation[] paraAnnotations, Class... classes) throws JAXBException
mediaType
- paraAnnotations
- classes
-
JAXBException
JAXBContext findCacheXmlTypeContext(javax.ws.rs.core.MediaType mediaType, Annotation[] paraAnnotations, Class... classes) throws JAXBException
mediaType
- paraAnnotations
- packages
-
JAXBException
JAXBContext createContext(Annotation[] parameterAnnotations, Class... classes) throws JAXBException
JAXBException
|
Resteasy JAXB Provider 2.3.6.Final-redhat-1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |