org.mule.config.spring.util |
|
Java Source File Name | Type | Comment |
CachedResource.java | Class | Spring 2.x is picky about open/closed input streams, as it requires a closed
stream (fully read resource) to enable automatic validation detection (DTD or
XSD). |
SpringBeanLookup.java | Class | This is an implementation of the ObjectFactory interface which simply delegates to
the Spring ApplicationContext. |
SpringXMLUtils.java | Class | These only depend on standard (JSE) XML classes and are used by Spring config code. |