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

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.JAXBXmlTypeProvider
              extended by org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetXmlTypeProvider
All Implemented Interfaces:
MessageBodyReader<Object>, MessageBodyWriter<Object>

@Provider
public class FastinfoSetXmlTypeProvider
extends JAXBXmlTypeProvider

Version:
$Revision: 1 $
Author:
Bill Burke

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

FastinfoSetXmlTypeProvider

public FastinfoSetXmlTypeProvider()
Method Detail

suppressExpandEntityExpansion

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


Copyright © 2012. All Rights Reserved.