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 08b08241c81 Regen
08b08241c81 is described below
commit 08b08241c81058bc87ab748e3ba8ee17079e90a8
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Jun 20 15:27:50 2024 +0200
Regen
---
.../org/apache/camel/catalog/schemas/camel-spring.xsd | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
index e92a71aeca2..01402d4588f 100644
---
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
+++
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
@@ -11565,9 +11565,13 @@ Whether to auto startup components when poll enricher
is starting up. Default va
<xs:annotation>
<xs:documentation xml:lang="en">
<![CDATA[
-Reference to the Processor to lookup in the registry to use. Can also be used
for creating new beans by their class name
-by prefixing with #class, eg #class:com.foo.MyClassType. And it is also
possible to refer to singleton beans by their
-type in the registry by prefixing with #type: syntax, eg
#type:com.foo.MyClassType.
+Reference to the Processor to lookup in the registry to use. A Processor is a
class of type org.apache.camel.Processor,
+which can are to be called by this EIP. In this processor you have custom Java
code, that can work with the message,
+such as to do custom business logic, special message manipulations and so on.
By default, the ref, will lookup the bean
+in the Camel registry. The ref can use prefix that controls how the processor
is obtained. You can use #bean:myBean
+where myBean is the id of the Camel processor (lookup). Can also be used for
creating new beans by their class name by
+prefixing with #class, eg #class:com.foo.MyClassType. And it is also possible
to refer to singleton beans by their type
+in the registry by prefixing with #type: syntax, eg #type:com.foo.MyClassType.
]]>
</xs:documentation>
</xs:annotation>