com.sun.jersey.core.impl.provider.xml
Class SAXParserContextProvider

java.lang.Object
  extended by com.sun.jersey.core.impl.provider.xml.ThreadLocalSingletonContextProvider<SAXParserFactory>
      extended by com.sun.jersey.core.impl.provider.xml.SAXParserContextProvider
All Implemented Interfaces:
InjectableProvider<Context,Type>

public class SAXParserContextProvider
extends ThreadLocalSingletonContextProvider<SAXParserFactory>

Author:
Paul.Sandoz@Sun.Com

Constructor Summary
SAXParserContextProvider(FeaturesAndProperties fps)
           
 
Method Summary
protected  SAXParserFactory getInstance()
           
 
Methods inherited from class com.sun.jersey.core.impl.provider.xml.ThreadLocalSingletonContextProvider
getInjectable, getScope
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAXParserContextProvider

public SAXParserContextProvider(@Context
                                FeaturesAndProperties fps)
Method Detail

getInstance

protected SAXParserFactory getInstance()
Specified by:
getInstance in class ThreadLocalSingletonContextProvider<SAXParserFactory>


Copyright © 2013 Oracle Corporation. All Rights Reserved.