org.jboss.resteasy.plugins.providers.jaxb
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:
- MessageBodyReader<java.lang.Object>, MessageBodyWriter<java.lang.Object>
@Provider
public class JAXBXmlSeeAlsoProvider
- extends AbstractJAXBProvider<java.lang.Object>
A JAXBXmlRootElementProvider.
- Version:
- $Revision:$
- Author:
- Ryan J. McDonough
Method Summary |
javax.xml.bind.JAXBContext |
findJAXBContext(java.lang.Class<?> type,
java.lang.annotation.Annotation[] annotations,
MediaType mediaType,
boolean reader)
|
protected boolean |
isReadWritable(java.lang.Class<?> type,
java.lang.reflect.Type genericType,
java.lang.annotation.Annotation[] annotations,
MediaType mediaType)
FIXME Comment this |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JAXBXmlSeeAlsoProvider
public JAXBXmlSeeAlsoProvider()
findJAXBContext
public javax.xml.bind.JAXBContext findJAXBContext(java.lang.Class<?> type,
java.lang.annotation.Annotation[] annotations,
MediaType mediaType,
boolean reader)
throws javax.xml.bind.JAXBException
- Overrides:
findJAXBContext
in class AbstractJAXBProvider<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,
MediaType mediaType)
- Description copied from class:
AbstractJAXBProvider
- FIXME Comment this
- Specified by:
isReadWritable
in class AbstractJAXBProvider<java.lang.Object>
- Returns:
Copyright © 2010. All Rights Reserved.