Package org.apache.camel.spi
Interface ResourceLoader
-
- All Superinterfaces:
CamelContextAware
public interface ResourceLoader extends CamelContextAware
SPI for loading resources.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourceresolveResource(String uri)LoadsResourcefrom uri.-
Methods inherited from interface org.apache.camel.CamelContextAware
getCamelContext, setCamelContext
-
-