org.mule.extras.spring.config
Class MuleResourceLoader

java.lang.Object
  extended byDefaultResourceLoader
      extended byorg.mule.extras.spring.config.MuleResourceLoader

public class MuleResourceLoader
extends DefaultResourceLoader

MuleResourceLoader is a custom Spring resource loader that calls standard Mule methods for loading resource files.

See Also:
Serialized Form

Field Summary
protected  Log logger
           
 
Constructor Summary
MuleResourceLoader()
           
 
Method Summary
 Resource getResource(String rsc)
           
protected  Resource getResourceByPath(String path)
           
 Resource[] getResources(String rsc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected transient Log logger
Constructor Detail

MuleResourceLoader

public MuleResourceLoader()
Method Detail

getResource

public Resource getResource(String rsc)

getResourceByPath

protected Resource getResourceByPath(String path)

getResources

public Resource[] getResources(String rsc)
                        throws IOException
Throws:
IOException


Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.