public class TwitterComponent
extends org.apache.camel.impl.UriEndpointComponent
Constructor and Description |
---|
TwitterComponent() |
Modifier and Type | Method and Description |
---|---|
protected org.apache.camel.Endpoint |
createEndpoint(String uri,
String remaining,
Map<String,Object> parameters) |
String |
getAccessToken() |
String |
getAccessTokenSecret() |
String |
getConsumerKey() |
String |
getConsumerSecret() |
String |
getHttpProxyHost() |
String |
getHttpProxyPassword() |
int |
getHttpProxyPort() |
String |
getHttpProxyUser() |
void |
setAccessToken(String accessToken)
The access token
|
void |
setAccessTokenSecret(String accessTokenSecret)
The access token secret
|
void |
setConsumerKey(String consumerKey)
The consumer key
|
void |
setConsumerSecret(String consumerSecret)
The consumer secret
|
void |
setHttpProxyHost(String httpProxyHost)
The http proxy host which can be used for the camel-twitter.
|
void |
setHttpProxyPassword(String httpProxyPassword)
The http proxy password which can be used for the camel-twitter.
|
void |
setHttpProxyPort(int httpProxyPort)
The http proxy port which can be used for the camel-twitter.
|
void |
setHttpProxyUser(String httpProxyUser)
The http proxy user which can be used for the camel-twitter.
|
createComponentConfiguration, createParameterConfigurationMap, getEndpointClass, getParameterConfigurationMap, populateParameterConfigurationMap, setEndpointClass
afterConfiguration, createConfiguration, createEndpoint, doStart, doStop, getAndRemoveOrResolveReferenceParameter, getAndRemoveOrResolveReferenceParameter, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, ifStartsWithReturnRemainder, preProcessUri, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setCamelContext, setProperties, setProperties, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURI
protected org.apache.camel.Endpoint createEndpoint(String uri, String remaining, Map<String,Object> parameters) throws Exception
createEndpoint
in class org.apache.camel.impl.DefaultComponent
Exception
public String getAccessToken()
public void setAccessToken(String accessToken)
public String getAccessTokenSecret()
public void setAccessTokenSecret(String accessTokenSecret)
public String getConsumerKey()
public void setConsumerKey(String consumerKey)
public String getConsumerSecret()
public void setConsumerSecret(String consumerSecret)
public void setHttpProxyHost(String httpProxyHost)
public String getHttpProxyHost()
public void setHttpProxyUser(String httpProxyUser)
public String getHttpProxyUser()
public void setHttpProxyPassword(String httpProxyPassword)
public String getHttpProxyPassword()
public void setHttpProxyPort(int httpProxyPort)
public int getHttpProxyPort()
Apache Camel