This is an automated email from the ASF dual-hosted git repository.
ffang 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 637a51bec51 fix up MTOM POJO dataformat doc for camel-cxf-soap
637a51bec51 is described below
commit 637a51bec51118e29be673c5e3cde7f2162a039c
Author: Freeman Fang <[email protected]>
AuthorDate: Fri Jan 13 10:58:10 2023 -0500
fix up MTOM POJO dataformat doc for camel-cxf-soap
---
.../camel-cxf/camel-cxf-soap/src/main/docs/cxf-component.adoc | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git
a/components/camel-cxf/camel-cxf-soap/src/main/docs/cxf-component.adoc
b/components/camel-cxf/camel-cxf-soap/src/main/docs/cxf-component.adoc
index 8011a0c58a2..abc17279f7e 100644
--- a/components/camel-cxf/camel-cxf-soap/src/main/docs/cxf-component.adoc
+++ b/components/camel-cxf/camel-cxf-soap/src/main/docs/cxf-component.adoc
@@ -905,12 +905,10 @@ response context with the following code:
== Attachment Support
-*POJO Mode:* Both SOAP with Attachment and MTOM are supported (see
-example in Payload Mode for enabling MTOM). However, SOAP with
-Attachment is not tested. Since attachments are marshalled and
-unmarshalled into POJOs, users typically do not need to deal with the
-attachment themself. Attachments are propagated to Camel message's
-attachments if the MTOM is not enabled. So, it is
+*POJO Mode:* MTOM are supported if is enabled(see
+example in Payload Mode for enabling MTOM). Since attachments are
+marshalled and unmarshalled into POJOs, the attachments should be
+retrieved from Camel Message Body(As parameter list), and it isn't
possible to retrieve attachments by Camel Message API
[source,java]