Class JAXBXmlSeeAlsoProvider
- java.lang.Object
-
- org.jboss.resteasy.plugins.providers.AbstractEntityProvider<T>
-
- org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBProvider<java.lang.Object>
-
- org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlSeeAlsoProvider
-
- All Implemented Interfaces:
javax.ws.rs.ext.MessageBodyReader<java.lang.Object>
,javax.ws.rs.ext.MessageBodyWriter<java.lang.Object>
@Provider @Produces({"application/xml","application/*+xml","text/xml","text/*+xml"}) @Consumes({"application/xml","application/*+xml","text/xml","text/*+xml"}) public class JAXBXmlSeeAlsoProvider extends AbstractJAXBProvider<java.lang.Object>
A JAXBXmlRootElementProvider.- Version:
- $Revision:$
-
-
Field Summary
-
Fields inherited from class org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBProvider
providers
-
-
Constructor Summary
Constructors Constructor Description JAXBXmlSeeAlsoProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.bind.JAXBContext
findJAXBContext(java.lang.Class<?> type, java.lang.annotation.Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, boolean reader)
protected boolean
isReadWritable(java.lang.Class<?> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
FIXME Comment this-
Methods inherited from class org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBProvider
decorateMarshaller, decorateUnmarshaller, getCharset, getMarshaller, isDisableDTDs, isDisableExternalEntities, isEnableSecureProcessingFeature, isReadable, isWriteable, needsSecurity, processWithSecureProcessing, readFrom, setCharset, setDisableDTDs, setDisableExternalEntities, setEnableSecureProcessingFeature, writeTo
-
Methods inherited from class org.jboss.resteasy.plugins.providers.AbstractEntityProvider
getSize
-
-
-
-
Method Detail
-
findJAXBContext
public javax.xml.bind.JAXBContext findJAXBContext(java.lang.Class<?> type, java.lang.annotation.Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, boolean reader) throws javax.xml.bind.JAXBException
- Overrides:
findJAXBContext
in classAbstractJAXBProvider<java.lang.Object>
- Throws:
javax.xml.bind.JAXBException
-
isReadWritable
protected boolean isReadWritable(java.lang.Class<?> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
Description copied from class:AbstractJAXBProvider
FIXME Comment this- Specified by:
isReadWritable
in classAbstractJAXBProvider<java.lang.Object>
- Returns:
-
-