org.apache.camel.component.cache
Class CacheEndpoint
java.lang.Object
org.apache.camel.impl.DefaultEndpoint
org.apache.camel.component.cache.CacheEndpoint
- All Implemented Interfaces:
- CamelContextAware, Endpoint, IsSingleton
public class CacheEndpoint
- extends DefaultEndpoint
| Methods inherited from class org.apache.camel.impl.DefaultEndpoint |
configureProperties, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, equals, getCamelContext, getComponent, getEndpointKey, getEndpointUri, getExchangePattern, getExchangeType, hashCode, isLenientProperties, setCamelContext, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, toString |
CacheEndpoint
public CacheEndpoint()
CacheEndpoint
public CacheEndpoint(String endpointUri,
Component component,
CacheConfiguration config,
CacheManagerFactory cacheManagerFactory)
createConsumer
public Consumer createConsumer(Processor processor)
throws Exception
- Throws:
Exception
createProducer
public Producer createProducer()
throws Exception
- Throws:
Exception
isSingleton
public boolean isSingleton()
getConfig
public CacheConfiguration getConfig()
setConfig
public void setConfig(CacheConfiguration config)
getCacheManagerFactory
public CacheManagerFactory getCacheManagerFactory()
setCacheManagerFactory
public void setCacheManagerFactory(CacheManagerFactory cacheManagerFactory)
createCacheExchange
public Exchange createCacheExchange(String operation,
String key,
Object value)
Copyright © 2007-2010 IONA Open Source Community. All Rights Reserved.