You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2022/10/27 11:30:34 UTC

[camel] branch CAMEL-14832/swift-dataformat-doc-update created (now 707b348fccf)

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

nfilotto pushed a change to branch CAMEL-14832/swift-dataformat-doc-update
in repository https://gitbox.apache.org/repos/asf/camel.git


      at 707b348fccf CAMEL-14832: camel-swift - Update the doc to add the SB name and more details

This branch includes the following new commits:

     new 707b348fccf CAMEL-14832: camel-swift - Update the doc to add the SB name and more details

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel] 01/01: CAMEL-14832: camel-swift - Update the doc to add the SB name and more details

Posted by nf...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

nfilotto pushed a commit to branch CAMEL-14832/swift-dataformat-doc-update
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 707b348fccf23799d04ca6a8f33271dd051ccfca
Author: Nicolas Filotto <nf...@talend.com>
AuthorDate: Thu Oct 27 13:30:09 2022 +0200

    CAMEL-14832: camel-swift - Update the doc to add the SB name and more details
---
 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.