org.apache.camel.component
Class ResourceBasedComponent

java.lang.Object
  extended by org.apache.camel.impl.ServiceSupport
      extended by org.apache.camel.impl.DefaultComponent<Exchange>
          extended by org.apache.camel.component.ResourceBasedComponent
All Implemented Interfaces:
Component<Exchange>, Service
Direct Known Subclasses:
ValidatorComponent, XsltComponent

public abstract class ResourceBasedComponent
extends DefaultComponent<Exchange>

Version:
$Revision: 630591 $

Field Summary
protected static Log LOG
           
 
Constructor Summary
ResourceBasedComponent()
           
 
Method Summary
 org.springframework.core.io.ResourceLoader getResourceLoader()
           
protected  org.springframework.core.io.Resource resolveMandatoryResource(String uri)
           
 void setResourceLoader(org.springframework.core.io.ResourceLoader resourceLoader)
           
 
Methods inherited from class org.apache.camel.impl.DefaultComponent
convertTo, createEndpoint, createEndpoint, createExecutorService, doStart, doStop, getCamelContext, getExecutorService, lookup, lookup, mandatoryConvertTo, mandatoryLookup, mandatoryLookup, newInstance, setCamelContext, setExecutorService, setProperties, useIntrospectionOnEndpoint
 
Methods inherited from class org.apache.camel.impl.ServiceSupport
addChildService, getThreadName, isRunAllowed, isStarted, isStarting, isStopped, isStopping, nextThreadCounter, removeChildService, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

protected static final transient Log LOG
Constructor Detail

ResourceBasedComponent

public ResourceBasedComponent()
Method Detail

getResourceLoader

public org.springframework.core.io.ResourceLoader getResourceLoader()

setResourceLoader

public void setResourceLoader(org.springframework.core.io.ResourceLoader resourceLoader)

resolveMandatoryResource

protected org.springframework.core.io.Resource resolveMandatoryResource(String uri)


Copyright © 2008 Apache Software Foundation. All Rights Reserved.