This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 3a59aae  Huawei Documentation Updates (#5710)
3a59aae is described below

commit 3a59aae859ced13d5cbc6b354e8fbf1328796de8
Author: Hokutor <[email protected]>
AuthorDate: Fri Jun 18 14:30:35 2021 -0400

    Huawei Documentation Updates (#5710)
---
 .../src/main/docs/hwcloud-functiongraph-component.adoc         |  8 ++++----
 .../src/main/java/org/apache/camel/FunctionGraphEndpoint.java  |  2 +-
 .../src/main/docs/hwcloud-smn-component.adoc                   | 10 +++++-----
 .../component/huaweicloud/smn/SimpleNotificationEndpoint.java  |  4 ++--
 4 files changed, 12 insertions(+), 12 deletions(-)

diff --git 
a/components/camel-huawei/camel-huaweicloud-functiongraph/src/main/docs/hwcloud-functiongraph-component.adoc
 
b/components/camel-huawei/camel-huaweicloud-functiongraph/src/main/docs/hwcloud-functiongraph-component.adoc
index 3474d4b..60600f5 100644
--- 
a/components/camel-huawei/camel-huaweicloud-functiongraph/src/main/docs/hwcloud-functiongraph-component.adoc
+++ 
b/components/camel-huawei/camel-huaweicloud-functiongraph/src/main/docs/hwcloud-functiongraph-component.adoc
@@ -1,6 +1,6 @@
 [[hwcloud-functiongraph-component]]
-= FunctionGraph Component
-:docTitle: FunctionGraph
+= Huawei Cloud FunctionGraph Component
+:docTitle: Huawei Cloud FunctionGraph
 :artifactId: camel-huaweicloud-functiongraph
 :description: To call serverless functions on Huawei Cloud
 :since: 3.11
@@ -38,7 +38,7 @@ hwcloud-functiongraph:operation[?options]
 == URI Options
 
 // component options: START
-The FunctionGraph component supports 2 options, which are listed below.
+The Huawei Cloud FunctionGraph component supports 2 options, which are listed 
below.
 
 
 
@@ -52,7 +52,7 @@ The FunctionGraph component supports 2 options, which are 
listed below.
 
 
 // endpoint options: START
-The FunctionGraph endpoint is configured using URI syntax:
+The Huawei Cloud FunctionGraph endpoint is configured using URI syntax:
 
 ----
 hwcloud-functiongraph:operation
diff --git 
a/components/camel-huawei/camel-huaweicloud-functiongraph/src/main/java/org/apache/camel/FunctionGraphEndpoint.java
 
b/components/camel-huawei/camel-huaweicloud-functiongraph/src/main/java/org/apache/camel/FunctionGraphEndpoint.java
index 442b4f2..04f0e84 100644
--- 
a/components/camel-huawei/camel-huaweicloud-functiongraph/src/main/java/org/apache/camel/FunctionGraphEndpoint.java
+++ 
b/components/camel-huawei/camel-huaweicloud-functiongraph/src/main/java/org/apache/camel/FunctionGraphEndpoint.java
@@ -32,7 +32,7 @@ import org.apache.camel.util.ObjectHelper;
 /**
  * To call serverless functions on Huawei Cloud
  */
-@UriEndpoint(firstVersion = "3.11.0", scheme = "hwcloud-functiongraph", title 
= "FunctionGraph",
+@UriEndpoint(firstVersion = "3.11.0", scheme = "hwcloud-functiongraph", title 
= "Huawei Cloud FunctionGraph",
              syntax = "hwcloud-functiongraph:operation",
              category = { Category.CLOUD, Category.SERVERLESS }, producerOnly 
= true)
 public class FunctionGraphEndpoint extends DefaultEndpoint {
diff --git 
a/components/camel-huawei/camel-huaweicloud-smn/src/main/docs/hwcloud-smn-component.adoc
 
b/components/camel-huawei/camel-huaweicloud-smn/src/main/docs/hwcloud-smn-component.adoc
index 2573150c..7cb7d1e 100644
--- 
a/components/camel-huawei/camel-huaweicloud-smn/src/main/docs/hwcloud-smn-component.adoc
+++ 
b/components/camel-huawei/camel-huaweicloud-smn/src/main/docs/hwcloud-smn-component.adoc
@@ -1,8 +1,8 @@
 [[hwcloud-smn-component]]
-= SimpleNotification Component
-:docTitle: SimpleNotification
+= Huawei Cloud Simple Message Notification (SMN) Component
+:docTitle: Huawei Cloud Simple Message Notification (SMN)
 :artifactId: camel-huaweicloud-smn
-:description: Huawei Cloud component to integrate with SimpleNotification 
services
+:description: To broadcast messages and connect cloud services through 
notifications on Huawei Cloud
 :since: 3.8
 :supportLevel: Stable
 :component-header: Only producer is supported
@@ -42,7 +42,7 @@ hwcloud-smn:service[?options]
 == Options
 
 // component options: START
-The SimpleNotification component supports 2 options, which are listed below.
+The Huawei Cloud Simple Message Notification (SMN) component supports 2 
options, which are listed below.
 
 
 
@@ -55,7 +55,7 @@ The SimpleNotification component supports 2 options, which 
are listed below.
 // component options: END
 
 // endpoint options: START
-The SimpleNotification endpoint is configured using URI syntax:
+The Huawei Cloud Simple Message Notification (SMN) endpoint is configured 
using URI syntax:
 
 ----
 hwcloud-smn:smnService
diff --git 
a/components/camel-huawei/camel-huaweicloud-smn/src/main/java/org/apache/camel/component/huaweicloud/smn/SimpleNotificationEndpoint.java
 
b/components/camel-huawei/camel-huaweicloud-smn/src/main/java/org/apache/camel/component/huaweicloud/smn/SimpleNotificationEndpoint.java
index 029006c..5ef65ab 100644
--- 
a/components/camel-huawei/camel-huaweicloud-smn/src/main/java/org/apache/camel/component/huaweicloud/smn/SimpleNotificationEndpoint.java
+++ 
b/components/camel-huawei/camel-huaweicloud-smn/src/main/java/org/apache/camel/component/huaweicloud/smn/SimpleNotificationEndpoint.java
@@ -31,9 +31,9 @@ import org.apache.camel.spi.UriPath;
 import org.apache.camel.support.DefaultEndpoint;
 
 /**
- * Huawei Cloud component to integrate with SimpleNotification services
+ * To broadcast messages and connect cloud services through notifications on 
Huawei Cloud
  */
-@UriEndpoint(firstVersion = "3.8.0", scheme = "hwcloud-smn", title = 
"SimpleNotification",
+@UriEndpoint(firstVersion = "3.8.0", scheme = "hwcloud-smn", title = "Huawei 
Cloud Simple Message Notification (SMN)",
              syntax = "hwcloud-smn:smnService",
              category = { Category.CLOUD, Category.MESSAGING }, producerOnly = 
true)
 public class SimpleNotificationEndpoint extends DefaultEndpoint {

Reply via email to