You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/06/09 13:35:30 UTC

[camel] branch camel-3.x updated: Regen for commit c234db83f030cc85f072336b6e5c23ca3d9b767e (#10302)

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

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


The following commit(s) were added to refs/heads/camel-3.x by this push:
     new 6cc1e51095a Regen for commit c234db83f030cc85f072336b6e5c23ca3d9b767e (#10302)
6cc1e51095a is described below

commit 6cc1e51095a7cdba3d02cab94defebc72252aa0d
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Fri Jun 9 15:35:23 2023 +0200

    Regen for commit c234db83f030cc85f072336b6e5c23ca3d9b767e (#10302)
    
    Signed-off-by: GitHub <no...@github.com>
    Co-authored-by: oscerd <os...@users.noreply.github.com>
---
 .../builder/endpoint/StaticEndpointBuilders.java   |  8 --------
 .../SpringWebserviceEndpointBuilderFactory.java    | 24 ++++++++++++++--------
 2 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
index ee1323d9af2..bff8dd4b15c 100644
--- a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
+++ b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
@@ -14102,10 +14102,6 @@ public class StaticEndpointBuilders {
      * Path parameter: webServiceEndpointUri
      * The default Web Service endpoint uri to use for the producer.
      * 
-     * Path parameter: expression
-     * The XPath expression to use when option type=xpathresult. Then this
-     * option is required to be configured.
-     * 
      * @param path type:lookupKey:webServiceEndpointUri
      * @return the dsl builder
      */
@@ -14145,10 +14141,6 @@ public class StaticEndpointBuilders {
      * Path parameter: webServiceEndpointUri
      * The default Web Service endpoint uri to use for the producer.
      * 
-     * Path parameter: expression
-     * The XPath expression to use when option type=xpathresult. Then this
-     * option is required to be configured.
-     * 
      * @param componentName to use a custom component name for the endpoint
      * instead of the default name
      * @param path type:lookupKey:webServiceEndpointUri
diff --git a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/SpringWebserviceEndpointBuilderFactory.java b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/SpringWebserviceEndpointBuilderFactory.java
index ec5b14eece4..287fa46d4e3 100644
--- a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/SpringWebserviceEndpointBuilderFactory.java
+++ b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/SpringWebserviceEndpointBuilderFactory.java
@@ -193,6 +193,22 @@ public interface SpringWebserviceEndpointBuilderFactory {
             doSetProperty("endpointMapping", endpointMapping);
             return this;
         }
+        /**
+         * The XPath expression to use when option type=xpathresult. Then this
+         * option is required to be configured.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: consumer
+         * 
+         * @param expression the value to set
+         * @return the dsl builder
+         */
+        default SpringWebserviceEndpointConsumerBuilder expression(
+                String expression) {
+            doSetProperty("expression", expression);
+            return this;
+        }
         /**
          * To configure security using SSLContextParameters.
          * 
@@ -1133,10 +1149,6 @@ public interface SpringWebserviceEndpointBuilderFactory {
          * Path parameter: webServiceEndpointUri
          * The default Web Service endpoint uri to use for the producer.
          * 
-         * Path parameter: expression
-         * The XPath expression to use when option type=xpathresult. Then this
-         * option is required to be configured.
-         * 
          * @param path type:lookupKey:webServiceEndpointUri
          * @return the dsl builder
          */
@@ -1176,10 +1188,6 @@ public interface SpringWebserviceEndpointBuilderFactory {
          * Path parameter: webServiceEndpointUri
          * The default Web Service endpoint uri to use for the producer.
          * 
-         * Path parameter: expression
-         * The XPath expression to use when option type=xpathresult. Then this
-         * option is required to be configured.
-         * 
          * @param componentName to use a custom component name for the endpoint
          * instead of the default name
          * @param path type:lookupKey:webServiceEndpointUri