org.glassfish.jersey.message.internal
Class DocumentBuilderFactoryInjectionProvider

java.lang.Object
  extended by org.glassfish.jersey.message.internal.DocumentBuilderFactoryInjectionProvider
All Implemented Interfaces:
org.glassfish.hk2.Factory<javax.xml.parsers.DocumentBuilderFactory>

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

Thread-scoped injection provider of document builder factories.

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

Constructor Summary
DocumentBuilderFactoryInjectionProvider(org.glassfish.hk2.Factory<FeaturesAndProperties> featuresAndPropertiesFactory)
          Create new document builder factory provider.
 
Method Summary
 javax.xml.parsers.DocumentBuilderFactory get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentBuilderFactoryInjectionProvider

public DocumentBuilderFactoryInjectionProvider(org.glassfish.hk2.Factory<FeaturesAndProperties> featuresAndPropertiesFactory)
Create new document builder factory provider.

Parameters:
featuresAndPropertiesFactory - features and properties provider.
Method Detail

get

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


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