Class SwiftMtDataFormat
java.lang.Object
org.apache.camel.model.IdentifiedType
org.apache.camel.model.DataFormatDefinition
org.apache.camel.model.dataformat.SwiftMtDataFormat
@Metadata(firstVersion="3.20.0",
label="dataformat,transformation,swift",
title="SWIFT MT")
public class SwiftMtDataFormat
extends DataFormatDefinition
Encode and decode SWIFT MT messages.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilderis a specific builder forSwiftMtDataFormat. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetWriteInJson(String writeInJson) The flag indicating that messages must be marshalled in a JSON format.Methods inherited from class org.apache.camel.model.DataFormatDefinition
getDataFormat, getDataFormatName, getShortName, setDataFormat, setDataFormatNameMethods inherited from class org.apache.camel.model.IdentifiedType
getId, setId
-
Constructor Details
-
SwiftMtDataFormat
public SwiftMtDataFormat() -
SwiftMtDataFormat
-
-
Method Details
-
getWriteInJson
-
setWriteInJson
The flag indicating that messages must be marshalled in a JSON format.- Parameters:
writeInJson-trueif messages must be marshalled in a JSON format,falseotherwise.
-