@Deprecated public class TwitterEndpointDirect extends org.apache.camel.component.direct.DirectEndpoint implements CommonPropertiesTwitterEndpoint
| Constructor and Description |
|---|
TwitterEndpointDirect(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.
|
String |
getCamelId()
Deprecated.
|
String |
getCamelManagementName()
Deprecated.
|
Integer |
getCount()
Deprecated.
|
EndpointType |
getEndpointType()
Deprecated.
|
String |
getEndpointUri()
Deprecated.
|
org.apache.camel.ExchangePattern |
getExchangePattern()
Deprecated.
|
String |
getKeywords()
Deprecated.
|
String |
getLang()
Deprecated.
|
String |
getLocations()
Deprecated.
|
Integer |
getNumberOfPages()
Deprecated.
|
TwitterConfiguration |
getProperties()
Deprecated.
|
long |
getSinceId()
Deprecated.
|
String |
getState()
Deprecated.
|
String |
getUser()
Deprecated.
|
boolean |
isFilterOld()
Deprecated.
|
boolean |
isSingleton()
Deprecated.
|
void |
setCount(Integer count)
Deprecated.
|
void |
setFilterOld(boolean filterOld)
Deprecated.
|
void |
setKeywords(String keywords)
Deprecated.
|
void |
setLang(String lang)
Deprecated.
|
void |
setLocations(String locations)
Deprecated.
|
void |
setNumberOfPages(Integer numberOfPages)
Deprecated.
|
void |
setProperties(TwitterConfiguration properties)
Deprecated.
|
void |
setSinceId(long sinceId)
Deprecated.
|
void |
setUser(String user)
Deprecated.
|
addConsumer, addProducer, getConsumer, getKey, getTimeout, isBlock, isFailIfNoConsumers, removeConsumer, removeProducer, setBlock, setFailIfNoConsumers, setTimeoutconfigureConsumer, configurePollingConsumer, configureProperties, createEndpointConfiguration, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, doStart, doStop, equals, getCamelContext, getComponent, getConsumerProperties, getEndpointConfiguration, getEndpointKey, getExceptionHandler, 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 TwitterEndpointDirect(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.EndpointcreateConsumer in class org.apache.camel.component.direct.DirectEndpointExceptionpublic org.apache.camel.Producer createProducer()
throws Exception
createProducer in interface org.apache.camel.EndpointcreateProducer in class org.apache.camel.component.direct.DirectEndpointException@ManagedAttribute public boolean isSingleton()
isSingleton in interface org.apache.camel.IsSingletonisSingleton in class org.apache.camel.component.direct.DirectEndpointpublic TwitterConfiguration getProperties()
getProperties in interface TwitterEndpointpublic void setProperties(TwitterConfiguration properties)
@ManagedAttribute(description="Camel ID") public String getCamelId()
@ManagedAttribute(description="Camel ManagementName") public String getCamelManagementName()
@ManagedAttribute(description="Endpoint Uri",
mask=true)
public String getEndpointUri()
getEndpointUri in interface org.apache.camel.EndpointgetEndpointUri in class org.apache.camel.impl.DefaultEndpoint@ManagedAttribute(description="Service State") public String getState()
@ManagedAttribute public String getUser()
getUser in interface CommonPropertiesTwitterEndpoint@ManagedAttribute public void setUser(String user)
setUser in interface CommonPropertiesTwitterEndpoint@ManagedAttribute public String getKeywords()
getKeywords in interface CommonPropertiesTwitterEndpoint@ManagedAttribute public void setKeywords(String keywords)
setKeywords in interface CommonPropertiesTwitterEndpoint@ManagedAttribute public String getLocations()
@ManagedAttribute public void setLocations(String locations)
@ManagedAttribute public void setFilterOld(boolean filterOld)
@ManagedAttribute public boolean isFilterOld()
@ManagedAttribute public void setSinceId(long sinceId)
@ManagedAttribute public long getSinceId()
@ManagedAttribute public void setLang(String lang)
@ManagedAttribute public String getLang()
@ManagedAttribute public void setCount(Integer count)
@ManagedAttribute public Integer getCount()
@ManagedAttribute public void setNumberOfPages(Integer numberOfPages)
@ManagedAttribute public Integer getNumberOfPages()
public EndpointType getEndpointType()
getEndpointType in interface TwitterEndpointpublic org.apache.camel.ExchangePattern getExchangePattern()
getExchangePattern in class org.apache.camel.impl.DefaultEndpointApache Camel