org.springframework.osgi.context.support
Class PublicBlueprintDocumentLoader

java.lang.Object
  extended by org.springframework.beans.factory.xml.DefaultDocumentLoader
      extended by org.springframework.osgi.context.support.PublicBlueprintDocumentLoader
All Implemented Interfaces:
DocumentLoader

public class PublicBlueprintDocumentLoader
extends DefaultDocumentLoader

Just a subclass making the loader public.

Author:
Costin Leau

Constructor Summary
PublicBlueprintDocumentLoader()
           
 
Method Summary
protected  DocumentBuilderFactory createDocumentBuilderFactory(int arg0, boolean arg1)
           
 
Methods inherited from class org.springframework.beans.factory.xml.DefaultDocumentLoader
createDocumentBuilder, loadDocument
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PublicBlueprintDocumentLoader

public PublicBlueprintDocumentLoader()
Method Detail

createDocumentBuilderFactory

protected DocumentBuilderFactory createDocumentBuilderFactory(int arg0,
                                                              boolean arg1)
                                                       throws ParserConfigurationException
Overrides:
createDocumentBuilderFactory in class DefaultDocumentLoader
Throws:
ParserConfigurationException


Copyright © 2006-2011 Spring Framework. All Rights Reserved.