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

java.lang.Object
  extended by org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBContextFinder
      extended by org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder
          extended by org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetJAXBContextFinder
All Implemented Interfaces:
ContextResolver<JAXBContextFinder>, JAXBContextFinder

@Provider
public class FastinfoSetJAXBContextFinder
extends XmlJAXBContextFinder
implements ContextResolver<JAXBContextFinder>

Version:
$Revision: 1 $
Author:
Bill Burke

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBContextFinder
AbstractJAXBContextFinder.CacheKey
 
Field Summary
 
Fields inherited from class org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBContextFinder
OBJECT_FACTORY_NAME, providers
 
Constructor Summary
FastinfoSetJAXBContextFinder()
           
 
Method Summary
protected  javax.xml.bind.JAXBContext createContextObject(java.lang.annotation.Annotation[] annotations, java.lang.Class... classes)
           
 
Methods inherited from class org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder
findCacheContext, findCachedContext
 
Methods inherited from class org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBContextFinder
createContext, findDefaultObjectFactoryClass, findProvidedJAXBContext, getContext, getPackageName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.ws.rs.ext.ContextResolver
getContext
 

Constructor Detail

FastinfoSetJAXBContextFinder

public FastinfoSetJAXBContextFinder()
Method Detail

createContextObject

protected javax.xml.bind.JAXBContext createContextObject(java.lang.annotation.Annotation[] annotations,
                                                         java.lang.Class... classes)
                                                  throws javax.xml.bind.JAXBException
Overrides:
createContextObject in class XmlJAXBContextFinder
Throws:
javax.xml.bind.JAXBException


Copyright © 2009. All Rights Reserved.