Repository: camel
Updated Branches:
  refs/heads/master e8404114c -> 173ec6aee


Auto-generated Twitter component options


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/173ec6ae
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/173ec6ae
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/173ec6ae

Branch: refs/heads/master
Commit: 173ec6aee5cbd188eafedf36e06a87bafeeb5bc6
Parents: f20aff0
Author: Antonin Stefanutti <anto...@stefanutti.fr>
Authored: Wed Jan 27 16:05:03 2016 +0100
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Wed Jan 27 16:40:25 2016 +0100

----------------------------------------------------------------------
 .../camel-twitter/src/main/docs/twitter.adoc    | 31 ++++++++++++--------
 1 file changed, 19 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/173ec6ae/components/camel-twitter/src/main/docs/twitter.adoc
----------------------------------------------------------------------
diff --git a/components/camel-twitter/src/main/docs/twitter.adoc 
b/components/camel-twitter/src/main/docs/twitter.adoc
index 3da903f..354fcf6 100644
--- a/components/camel-twitter/src/main/docs/twitter.adoc
+++ b/components/camel-twitter/src/main/docs/twitter.adoc
@@ -43,17 +43,26 @@ Twitter component
 ^^^^^^^^^^^^^^^^^
 
 The twitter component can be configured with the Twitter account
-settings which is mandatory to configure before using. +
-You can also configure these options directly in the endpoint.
+settings which is mandatory to configure before using.
 
-[width="100%",cols="20%,80%",options="header",]
-|==========================================
-|Option |Description
-|consumerKey |The consumer key
-|consumerSecret |The consumer secret
-|accessToken |The access token
-|accessTokenSecret |The access token secret
-|==========================================
+// component options: START
+The Twitter component supports 8 options which are listed below.
+
+[width="100%",cols="2s,1m,8",options="header"]
+|=======================================================================
+| Name | Java Type | Description
+| accessToken | String | The access token
+| accessTokenSecret | String | The access token secret
+| consumerKey | String | The consumer key
+| consumerSecret | String | The consumer secret
+| httpProxyHost | String | The http proxy host which can be used for the 
camel-twitter.
+| httpProxyUser | String | The http proxy user which can be used for the 
camel-twitter.
+| httpProxyPassword | String | The http proxy password which can be used for 
the camel-twitter.
+| httpProxyPort | int | The http proxy port which can be used for the 
camel-twitter.
+|=======================================================================
+// component options: END
+
+You can also configure these options directly in the endpoint.
 
 [[Twitter-ConsumerEndpoints]]
 Consumer endpoints
@@ -116,7 +125,6 @@ Producer endpoints
 URI options
 ^^^^^^^^^^^
 
-
 // endpoint options: START
 The Twitter component supports 43 endpoint options which are listed below:
 
@@ -169,7 +177,6 @@ The Twitter component supports 43 endpoint options which 
are listed below:
 |=======================================================================
 // endpoint options: END
 
-
 [[Twitter-Messageheaders]]
 Message headers
 ^^^^^^^^^^^^^^^

Reply via email to