@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, toString
doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspend
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public 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.Endpoint
Exception
public org.apache.camel.Producer createProducer() throws Exception
createProducer
in interface org.apache.camel.Endpoint
Exception
public TwitterConfiguration getProperties()
getProperties
in interface TwitterEndpoint
public void setProperties(TwitterConfiguration properties)
public EndpointType getEndpointType()
getEndpointType
in interface TwitterEndpoint
public boolean isSingleton()
isSingleton
in interface org.apache.camel.IsSingleton
protected void doStop() throws Exception
doStop
in class org.apache.camel.impl.DefaultEndpoint
Exception
public String getUser()
getUser
in interface CommonPropertiesTwitterEndpoint
public void setUser(String user)
setUser
in interface CommonPropertiesTwitterEndpoint
public String getKeywords()
getKeywords
in interface CommonPropertiesTwitterEndpoint
public void setKeywords(String keywords)
setKeywords
in interface CommonPropertiesTwitterEndpoint
Apache Camel