org.glassfish.jersey.message.internal
Class XmlInputFactoryInjectionProvider

java.lang.Object
  extended by org.glassfish.jersey.message.internal.XmlInputFactoryInjectionProvider
All Implemented Interfaces:
org.glassfish.hk2.Factory<javax.xml.stream.XMLInputFactory>

@Scoped(value=org.glassfish.hk2.scopes.PerThread.class)
public class XmlInputFactoryInjectionProvider
extends java.lang.Object
implements org.glassfish.hk2.Factory<javax.xml.stream.XMLInputFactory>

Thread-scoped injection provider of transformer factories.

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

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

Constructor Detail

XmlInputFactoryInjectionProvider

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

get

public javax.xml.stream.XMLInputFactory get()
Specified by:
get in interface org.glassfish.hk2.Factory<javax.xml.stream.XMLInputFactory>


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