@UriEndpoint(scheme="cm-sms",
title="CM SMS Gateway",
syntax="cm-sms:host",
label="mobile",
producerOnly=true)
public class CMEndpoint
extends org.apache.camel.impl.DefaultEndpoint
Constructor and Description |
---|
CMEndpoint(String uri,
CMComponent component) |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.Consumer |
createConsumer(org.apache.camel.Processor processor) |
CMProducer |
createProducer()
Provides a channel on which clients can send Messages to a CM Endpoint
|
String |
getCMUrl() |
CMComponent |
getComponent() |
CMConfiguration |
getConfiguration() |
String |
getHost() |
boolean |
isSingleton() |
void |
setConfiguration(CMConfiguration configuration) |
void |
setHost(String host)
SMS Provider HOST with scheme
|
configureConsumer, configurePollingConsumer, configureProperties, createEndpointConfiguration, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, doStart, doStop, equals, getCamelContext, getConsumerProperties, getEndpointConfiguration, getEndpointKey, getEndpointUri, getExceptionHandler, getExchangePattern, getId, getPollingConsumerBlockTimeout, getPollingConsumerQueueSize, hashCode, isBridgeErrorHandler, isLenientProperties, isPollingConsumerBlockWhenFull, isSynchronous, setBridgeErrorHandler, setCamelContext, setConsumerProperties, setEndpointConfiguration, setEndpointUri, setEndpointUriIfNotSpecified, setExceptionHandler, setExchangePattern, setPollingConsumerBlockTimeout, setPollingConsumerBlockWhenFull, setPollingConsumerQueueSize, setProperties, setSynchronous, toString
doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspend
public CMEndpoint(String uri, CMComponent component)
public CMProducer createProducer() throws Exception
Exception
public org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor) throws Exception
Exception
public CMConfiguration getConfiguration()
public void setConfiguration(CMConfiguration configuration)
public boolean isSingleton()
public String getCMUrl()
public CMComponent getComponent()
getComponent
in class org.apache.camel.impl.DefaultEndpoint
public String getHost()
public void setHost(String host)
Apache Camel