@Provider
@Produces(value={"application/xml","application/*+xml","text/xml","text/*+xml"})
@Consumes(value={"application/xml","application/*+xml","text/xml","text/*+xml"})
public class JAXBXmlRootElementProvider
extends AbstractJAXBProvider<java.lang.Object>
providers| Constructor and Description |
|---|
JAXBXmlRootElementProvider() |
| Modifier and Type | Method and Description |
|---|---|
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
|
decorateMarshaller, decorateUnmarshaller, findJAXBContext, getCharset, getMarshaller, isDisableDTDs, isDisableExternalEntities, isEnableSecureProcessingFeature, isReadable, isWriteable, needsSecurity, processWithSecureProcessing, readFrom, setCharset, setDisableDTDs, setDisableExternalEntities, setEnableSecureProcessingFeature, writeTogetSizeprotected boolean isReadWritable(java.lang.Class<?> type,
java.lang.reflect.Type genericType,
java.lang.annotation.Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType)
AbstractJAXBProviderisReadWritable in class AbstractJAXBProvider<java.lang.Object>