org.jboss.resteasy.plugins.providers.jaxb
Class JAXBXmlSeeAlsoProvider

java.lang.Object
  extended by org.jboss.resteasy.plugins.providers.AbstractEntityProvider<T>
      extended by org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBProvider<java.lang.Object>
          extended by 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

Field Summary
 
Fields inherited from class org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBProvider
providers
 
Constructor Summary
JAXBXmlSeeAlsoProvider()
           
 
Method Summary
 javax.xml.bind.JAXBContext findJAXBContext(java.lang.Class<?> type, java.lang.annotation.Annotation[] annotations, MediaType mediaType)
           
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 org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBProvider
getCharset, getMarshaller, isReadable, isWriteable, readFrom, writeTo
 
Methods inherited from class org.jboss.resteasy.plugins.providers.AbstractEntityProvider
getSize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAXBXmlSeeAlsoProvider

public JAXBXmlSeeAlsoProvider()
Method Detail

findJAXBContext

public javax.xml.bind.JAXBContext findJAXBContext(java.lang.Class<?> type,
                                                  java.lang.annotation.Annotation[] annotations,
                                                  MediaType mediaType)
                                           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 © 2009. All Rights Reserved.