public class CacheComponent
extends org.apache.camel.impl.DefaultComponent
| Constructor and Description |
|---|
CacheComponent() |
CacheComponent(org.apache.camel.CamelContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.camel.Endpoint |
createEndpoint(String uri,
String remaining,
Map parameters) |
protected void |
doStart() |
protected void |
doStop() |
CacheManagerFactory |
getCacheManagerFactory() |
CacheConfiguration |
getConfiguration() |
void |
setCacheManagerFactory(CacheManagerFactory cacheManagerFactory) |
void |
setConfiguration(CacheConfiguration configuration)
Sets the Cache configuration
|
afterConfiguration, createConfiguration, createEndpoint, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, ifStartsWithReturnRemainder, preProcessUri, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setCamelContext, setProperties, useIntrospectionOnEndpoint, validateParameters, validateURIpublic CacheComponent()
public CacheComponent(org.apache.camel.CamelContext context)
protected org.apache.camel.Endpoint createEndpoint(String uri, String remaining, Map parameters) throws Exception
createEndpoint in class org.apache.camel.impl.DefaultComponentExceptionpublic CacheManagerFactory getCacheManagerFactory()
public void setCacheManagerFactory(CacheManagerFactory cacheManagerFactory)
public CacheConfiguration getConfiguration()
public void setConfiguration(CacheConfiguration configuration)
configuration - the configuration to use by default for endpointsprotected void doStart()
throws Exception
doStart in class org.apache.camel.impl.DefaultComponentExceptionApache CAMEL