org.glassfish.jersey.message.internal
Class SaxParserFactoryInjectionProvider

java.lang.Object
  extended by org.glassfish.jersey.message.internal.SaxParserFactoryInjectionProvider
All Implemented Interfaces:
org.glassfish.hk2.Factory<SAXParserFactory>

@Scoped(value=org.glassfish.hk2.scopes.PerThread.class)
public class SaxParserFactoryInjectionProvider
extends Object
implements org.glassfish.hk2.Factory<SAXParserFactory>

Thread-scoped injection provider of SAX parser factories.

Author:
Paul Sandoz, Marek Potociar (marek.potociar at oracle.com)

Constructor Summary
SaxParserFactoryInjectionProvider(org.glassfish.hk2.Factory<FeaturesAndProperties> featuresAndPropertiesFactory)
           
 
Method Summary
 SAXParserFactory get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SaxParserFactoryInjectionProvider

public SaxParserFactoryInjectionProvider(org.glassfish.hk2.Factory<FeaturesAndProperties> featuresAndPropertiesFactory)
Method Detail

get

public SAXParserFactory get()
Specified by:
get in interface org.glassfish.hk2.Factory<SAXParserFactory>


Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.