org.apache.camel.component.javaspace
Class JavaSpaceEndpoint
java.lang.Object
org.apache.camel.impl.DefaultEndpoint
org.apache.camel.component.javaspace.JavaSpaceEndpoint
- All Implemented Interfaces:
- CamelContextAware, Endpoint, IsSingleton
public class JavaSpaceEndpoint
- extends DefaultEndpoint
- Version:
- $Revision: 15488 $
| Methods inherited from class org.apache.camel.impl.DefaultEndpoint |
configureProperties, createEndpointUri, createExchange, createExchange, createPollingConsumer, equals, getCamelContext, getComponent, getEndpointKey, getEndpointUri, getExchangePattern, getExchangeType, hashCode, isLenientProperties, setCamelContext, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, toString |
JavaSpaceEndpoint
public JavaSpaceEndpoint(String endpointUri,
String remaining,
Map<?,?> parameters,
JavaSpaceComponent component)
isTransactional
public boolean isTransactional()
getVerb
public String getVerb()
setVerb
public void setVerb(String verb)
setTransactional
public void setTransactional(boolean transactional)
createProducer
public Producer createProducer()
throws Exception
- Throws:
Exception
createExchange
public DefaultExchange createExchange()
- Specified by:
createExchange in interface Endpoint- Overrides:
createExchange in class DefaultEndpoint
isSingleton
public boolean isSingleton()
getRemaining
public String getRemaining()
getParameters
public Map<?,?> getParameters()
createConsumer
public Consumer createConsumer(Processor processor)
throws Exception
- Throws:
Exception
setConcurrentConsumers
public void setConcurrentConsumers(int concurrentConsumers)
getConcurrentConsumers
public int getConcurrentConsumers()
getSpaceName
public String getSpaceName()
setSpaceName
public void setSpaceName(String spaceName)
getTemplateId
public String getTemplateId()
setTemplateId
public void setTemplateId(String templateId)
getTransactionTimeout
public long getTransactionTimeout()
setTransactionTimeout
public void setTransactionTimeout(long transactionTimeout)
Copyright © 2007-2010 IONA Open Source Community. All Rights Reserved.