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 d66545e4671 CAMEL-14832: camel-swift - Add the SB name and more details to the doc (#8638) d66545e4671 is described below commit d66545e4671ac27a21b5c658c9213314f9a52f5f Author: Nicolas Filotto <essob...@users.noreply.github.com> AuthorDate: Thu Oct 27 15:40:54 2022 +0200 CAMEL-14832: camel-swift - Add the SB name and more details to the doc (#8638) --- components/camel-swift/src/main/docs/swiftMt-dataformat.adoc | 6 +++++- components/camel-swift/src/main/docs/swiftMx-dataformat.adoc | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/components/camel-swift/src/main/docs/swiftMt-dataformat.adoc b/components/camel-swift/src/main/docs/swiftMt-dataformat.adoc index ea3a40f351b..c67effa7f58 100644 --- a/components/camel-swift/src/main/docs/swiftMt-dataformat.adoc +++ b/components/camel-swift/src/main/docs/swiftMt-dataformat.adoc @@ -5,10 +5,12 @@ :description: Encode and decode SWIFT MT messages. :since: 3.20 :supportlevel: Preview +//Manually maintained attributes +:camel-spring-boot-name: swift *Since Camel {since}* -The SWIFT MT data format is used to encode and decode SWIFT MT messages. +The SWIFT MT data format is used to encode and decode SWIFT MT messages. The data format leverages the library https://github.com/prowide/prowide-core[Prowide Core] to encode and decode SWIFT MT messages. == Options @@ -78,6 +80,8 @@ In Spring DSL: == Unmarshal +The unmarshaller converts the input data into the concrete class of type `com.prowidesoftware.swift.model.mt.AbstractMT` that best matches with the content of the message. + In this example, we unmarshal the content of a file to get SWIFT MT objects before processing them with the `newOrder` processor. diff --git a/components/camel-swift/src/main/docs/swiftMx-dataformat.adoc b/components/camel-swift/src/main/docs/swiftMx-dataformat.adoc index 7694a17ee31..500d0c4f385 100644 --- a/components/camel-swift/src/main/docs/swiftMx-dataformat.adoc +++ b/components/camel-swift/src/main/docs/swiftMx-dataformat.adoc @@ -5,10 +5,12 @@ :description: Encode and decode SWIFT MX messages. :since: 3.20 :supportlevel: Preview +//Manually maintained attributes +:camel-spring-boot-name: swift *Since Camel {since}* -The SWIFT MX data format is used to encode and decode SWIFT MX messages. +The SWIFT MX data format is used to encode and decode SWIFT MX messages. The data format leverages the library https://github.com/prowide/prowide-iso20022[Prowide ISO 20022] to encode and decode SWIFT MX messages. == Options @@ -78,6 +80,8 @@ In Spring DSL: == Unmarshal +The unmarshaller converts the input data into the concrete class of type `com.prowidesoftware.swift.model.mx.AbstractMX` that best matches with the content of the message. + In this example, we unmarshal the content of a file to get SWIFT MX objects before processing them with the `newOrder` processor.