org.apache.xbean.server.spring.loader
Class PureSpringLoader

java.lang.Object
  extended by org.apache.xbean.server.spring.loader.SpringLoader
      extended by org.apache.xbean.server.spring.loader.PureSpringLoader
All Implemented Interfaces:
Loader

public class PureSpringLoader
extends SpringLoader

A derivation of SpringLoader which does not use the XBean versions of the Spring ApplicationContext classes and which so enforces XML validation


Constructor Summary
PureSpringLoader()
           
 
Method Summary
protected  org.springframework.context.support.AbstractXmlApplicationContext createXmlApplicationContext(String configLocation)
          A factory method for creating the application context
 
Methods inherited from class org.apache.xbean.server.spring.loader.SpringLoader
getApplicationContext, getBaseDir, getBeanFactoryPostProcessors, getKernel, getXmlPreprocessors, load, setBaseDir, setBeanFactoryPostProcessors, setKernel, setXmlPreprocessors
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PureSpringLoader

public PureSpringLoader()
Method Detail

createXmlApplicationContext

protected org.springframework.context.support.AbstractXmlApplicationContext createXmlApplicationContext(String configLocation)
Description copied from class: SpringLoader
A factory method for creating the application context

Overrides:
createXmlApplicationContext in class SpringLoader


Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.