org.jboss.resteasy.plugins.providers.jaxb.fastinfoset
Class FastinfoSetXmlSeeAlsoProvider

java.lang.Object
  extended by org.jboss.resteasy.plugins.providers.AbstractEntityProvider<T>
      extended by org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBProvider<Object>
          extended by org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlSeeAlsoProvider
              extended by org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetXmlSeeAlsoProvider
All Implemented Interfaces:
MessageBodyReader<Object>, MessageBodyWriter<Object>

@Provider
public class FastinfoSetXmlSeeAlsoProvider
extends JAXBXmlSeeAlsoProvider

Version:
$Revision: 1 $
Author:
Bill Burke

Field Summary
 
Fields inherited from class org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBProvider
providers
 
Constructor Summary
FastinfoSetXmlSeeAlsoProvider()
           
 
Method Summary
protected  boolean suppressExpandEntityExpansion()
           
 
Methods inherited from class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlSeeAlsoProvider
findJAXBContext, isReadWritable
 
Methods inherited from class org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBProvider
decorateMarshaller, decorateUnmarshaller, getCharset, getMarshaller, isExpandEntityReferences, isReadable, isWriteable, processWithoutEntityExpansion, readFrom, setCharset, setExpandEntityReferences, 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

FastinfoSetXmlSeeAlsoProvider

public FastinfoSetXmlSeeAlsoProvider()
Method Detail

suppressExpandEntityExpansion

protected boolean suppressExpandEntityExpansion()
Overrides:
suppressExpandEntityExpansion in class AbstractJAXBProvider<Object>


Copyright © 2012. All Rights Reserved.