public class JCacheComponent
extends org.apache.camel.impl.UriEndpointComponent
JCacheEndpoint
.Constructor and Description |
---|
JCacheComponent() |
JCacheComponent(org.apache.camel.CamelContext context) |
Modifier and Type | Method and Description |
---|---|
protected org.apache.camel.Endpoint |
createEndpoint(String uri,
String remaining,
Map<String,Object> parameters) |
javax.cache.configuration.Configuration |
getCacheConfiguration()
A
Configuration for the Cache |
Properties |
getCacheConfigurationProperties()
|
String |
getCachingProvider()
The fully qualified class name of the
CachingProvider |
String |
getConfigurationUri()
An implementation specific URI for the
CacheManager |
void |
setCacheConfiguration(javax.cache.configuration.Configuration cacheConfiguration) |
void |
setCacheConfigurationProperties(Properties cacheConfigurationProperties) |
void |
setCachingProvider(String cachingProvider) |
void |
setConfigurationUri(String configurationUri) |
createComponentConfiguration, createParameterConfigurationMap, getEndpointClass, getParameterConfigurationMap, populateParameterConfigurationMap, setEndpointClass
afterConfiguration, createConfiguration, createEndpoint, doStart, doStop, getAndRemoveOrResolveReferenceParameter, getAndRemoveOrResolveReferenceParameter, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, getExtension, getSupportedExtensions, ifStartsWithReturnRemainder, isResolvePropertyPlaceholders, preProcessUri, registerExtension, registerExtension, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setCamelContext, setProperties, setProperties, setResolvePropertyPlaceholders, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURI
public JCacheComponent()
public JCacheComponent(org.apache.camel.CamelContext context)
protected org.apache.camel.Endpoint createEndpoint(String uri, String remaining, Map<String,Object> parameters) throws Exception
createEndpoint
in class org.apache.camel.impl.DefaultComponent
Exception
public String getCachingProvider()
CachingProvider
public void setCachingProvider(String cachingProvider)
public javax.cache.configuration.Configuration getCacheConfiguration()
Configuration
for the Cache
public void setCacheConfiguration(javax.cache.configuration.Configuration cacheConfiguration)
public Properties getCacheConfigurationProperties()
public void setCacheConfigurationProperties(Properties cacheConfigurationProperties)
public String getConfigurationUri()
CacheManager
public void setConfigurationUri(String configurationUri)
Apache Camel