org.apache.xbean.server.spring.loader
Class PureSpringLoader
java.lang.Object
org.apache.xbean.server.spring.loader.SpringLoader
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
Method Summary |
protected org.springframework.context.support.AbstractXmlApplicationContext |
createXmlApplicationContext(String configLocation)
A factory method for creating the application context |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PureSpringLoader
public PureSpringLoader()
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-2009 Apache Software Foundation. All Rights Reserved.