@Provider
@Produces(value={"application/xml","application/*+xml","text/xml","text/*+xml"})
@Consumes(value={"application/xml","application/*+xml","text/xml","text/*+xml"})
public class JAXBXmlSeeAlsoProvider
extends AbstractJAXBProvider<java.lang.Object>
providers| Constructor and Description |
|---|
JAXBXmlSeeAlsoProvider() |
| Modifier and Type | Method and 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
|
decorateMarshaller, decorateUnmarshaller, getCharset, getMarshaller, isDisableDTDs, isDisableExternalEntities, isEnableSecureProcessingFeature, isReadable, isWriteable, needsSecurity, processWithSecureProcessing, readFrom, setCharset, setDisableDTDs, setDisableExternalEntities, setEnableSecureProcessingFeature, writeTogetSizepublic 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
findJAXBContext in class AbstractJAXBProvider<java.lang.Object>javax.xml.bind.JAXBExceptionprotected 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>