You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2017/04/12 08:56:04 UTC

[18/18] camel git commit: Regen docs

Regen docs


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

Branch: refs/heads/master
Commit: b7df957753ff5aa616a3774d0f0766346015b136
Parents: 839453f
Author: Andrea Cosentino <an...@gmail.com>
Authored: Wed Apr 12 10:54:18 2017 +0200
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Wed Apr 12 10:55:27 2017 +0200

----------------------------------------------------------------------
 .../camel-milo/src/main/docs/milo-client-component.adoc      | 2 +-
 components/readme.adoc                                       | 8 +++++++-
 docs/user-manual/en/SUMMARY.md                               | 2 ++
 3 files changed, 10 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/b7df9577/components/camel-milo/src/main/docs/milo-client-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-milo/src/main/docs/milo-client-component.adoc b/components/camel-milo/src/main/docs/milo-client-component.adoc
index 4b8d342..a68163c 100644
--- a/components/camel-milo/src/main/docs/milo-client-component.adoc
+++ b/components/camel-milo/src/main/docs/milo-client-component.adoc
@@ -85,7 +85,7 @@ In other words, shared connections located by the combination of endpoint URI an
 // endpoint options: START
 The Milo based OPC UA Client endpoint is configured using URI syntax:
 
-    milo-client:tcp://user:password@host:port/path/to/service?itemId=item.id&namespaceUri=urn:foo:bar
+    milo-client:tcp://user:password@host:port/path/to/service
 
 with the following path and query parameters:
 

http://git-wip-us.apache.org/repos/asf/camel/blob/b7df9577/components/readme.adoc
----------------------------------------------------------------------
diff --git a/components/readme.adoc b/components/readme.adoc
index 9991e20..0dfca91 100644
--- a/components/readme.adoc
+++ b/components/readme.adoc
@@ -2,7 +2,7 @@ Components
 ^^^^^^^^^^
 
 // components: START
-Number of Components: 228 in 182 JAR artifacts (14 deprecated)
+Number of Components: 230 in 183 JAR artifacts (14 deprecated)
 
 [width="100%",cols="4,1,5",options="header"]
 |=======================================================================
@@ -389,6 +389,9 @@ Number of Components: 228 in 182 JAR artifacts (14 deprecated)
 | link:camel-metrics/src/main/docs/metrics-component.adoc[Metrics] (camel-metrics) +
 `metrics:metricsType:metricsName` | 2.14 | To collect various metrics directly from Camel routes using the DropWizard metrics library.
 
+| link:camel-milo/src/main/docs/milo-client-component.adoc[Milo based OPC UA Client] (camel-milo) +
+`milo-client:tcp://user:password@host:port/path/to/service` |  | Camel OPC UA support
+
 | link:camel-mina/src/main/docs/mina-component.adoc[Mina] (camel-mina) +
 `mina:protocol:host:port` | 1.0 | *deprecated* Socket level networking using TCP or UDP with the Apache Mina 1.x library.
 
@@ -449,6 +452,9 @@ Number of Components: 228 in 182 JAR artifacts (14 deprecated)
 | link:camel-olingo4/src/main/docs/olingo4-component.adoc[Olingo4] (camel-olingo4) +
 `olingo4:apiName/methodName` | 2.19 | Communicates with OData 4.0 services using Apache Olingo OData API.
 
+| link:camel-milo/src/main/docs/milo-server-component.adoc[OPC UA Server] (camel-milo) +
+`milo-server:itemId` |  | OPC UA Server based endpoint
+
 | link:camel-openshift/src/main/docs/openshift-component.adoc[OpenShift] (camel-openshift) +
 `openshift:clientId` | 2.14 | *deprecated* To manage your Openshift 2.x applications.
 

http://git-wip-us.apache.org/repos/asf/camel/blob/b7df9577/docs/user-manual/en/SUMMARY.md
----------------------------------------------------------------------
diff --git a/docs/user-manual/en/SUMMARY.md b/docs/user-manual/en/SUMMARY.md
index e5330bf..bdd6a79 100644
--- a/docs/user-manual/en/SUMMARY.md
+++ b/docs/user-manual/en/SUMMARY.md
@@ -239,6 +239,7 @@
 	* [Lucene](lucene-component.adoc)
 	* [Lumberjack](lumberjack-component.adoc)
 	* [Metrics](metrics-component.adoc)
+	* [Milo based OPC UA Client](milo-client-component.adoc)
 	* [Mina](mina-component.adoc)
 	* [Mina2](mina2-component.adoc)
 	* [MLLP](mllp-component.adoc)
@@ -258,6 +259,7 @@
 	* [Netty4 HTTP](netty4-http-component.adoc)
 	* [Olingo2](olingo2-component.adoc)
 	* [Olingo4](olingo4-component.adoc)
+	* [OPC UA Server](milo-server-component.adoc)
 	* [OpenShift](openshift-component.adoc)
 	* [OpenStack Cinder](openstack-cinder-component.adoc)
 	* [OpenStack Glance](openstack-glance-component.adoc)