@Deprecated public class TwitterEndpointEvent extends org.apache.camel.impl.DefaultEndpoint implements CommonPropertiesTwitterEndpoint
| Constructor and Description |
|---|
TwitterEndpointEvent(String uri,
String remaining,
TwitterComponent component,
TwitterConfiguration properties)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Consumer |
createConsumer(org.apache.camel.Processor processor)
Deprecated.
|
org.apache.camel.Producer |
createProducer()
Deprecated.
|
protected void |
doStop()
Deprecated.
|
EndpointType |
getEndpointType()
Deprecated.
|
String |
getKeywords()
Deprecated.
|
TwitterConfiguration |
getProperties()
Deprecated.
|
String |
getUser()
Deprecated.
|
boolean |
isSingleton()
Deprecated.
|
void |
setKeywords(String keywords)
Deprecated.
|
void |
setProperties(TwitterConfiguration properties)
Deprecated.
|
void |
setUser(String user)
Deprecated.
|
configureConsumer, configurePollingConsumer, configureProperties, createEndpointConfiguration, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, doStart, equals, getCamelContext, getComponent, 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, toStringdoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic TwitterEndpointEvent(String uri, String remaining, TwitterComponent component, TwitterConfiguration properties)
public org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor)
throws Exception
createConsumer in interface org.apache.camel.EndpointExceptionpublic org.apache.camel.Producer createProducer()
throws Exception
createProducer in interface org.apache.camel.EndpointExceptionpublic TwitterConfiguration getProperties()
getProperties in interface TwitterEndpointpublic void setProperties(TwitterConfiguration properties)
public EndpointType getEndpointType()
getEndpointType in interface TwitterEndpointpublic boolean isSingleton()
isSingleton in interface org.apache.camel.IsSingletonprotected void doStop()
throws Exception
doStop in class org.apache.camel.impl.DefaultEndpointExceptionpublic String getUser()
getUser in interface CommonPropertiesTwitterEndpointpublic void setUser(String user)
setUser in interface CommonPropertiesTwitterEndpointpublic String getKeywords()
getKeywords in interface CommonPropertiesTwitterEndpointpublic void setKeywords(String keywords)
setKeywords in interface CommonPropertiesTwitterEndpointApache Camel