Uses of Class
org.apache.camel.model.dataformat.SwiftMxDataFormat.Builder
Packages that use SwiftMxDataFormat.Builder
Package
Description
The JAXB POJOs for the Data Formats used to marshal and
unmarshal objects to and from streams inside components
-
Uses of SwiftMxDataFormat.Builder in org.apache.camel.builder
Methods in org.apache.camel.builder that return SwiftMxDataFormat.BuilderModifier and TypeMethodDescriptionDataFormatBuilderFactory.swiftMx()Uses the SWIFT MX data format -
Uses of SwiftMxDataFormat.Builder in org.apache.camel.model.dataformat
Methods in org.apache.camel.model.dataformat that return SwiftMxDataFormat.BuilderModifier and TypeMethodDescriptionSwiftMxDataFormat.Builder.readConfig(Object readConfig) The specific configuration to use when unmarshalling an input stream.SwiftMxDataFormat.Builder.readConfigRef(String readConfigRef) Refers to a specific configuration to use when unmarshalling an input stream to lookup from the registry.SwiftMxDataFormat.Builder.readMessageId(String readMessageId) The type of MX message to produce when unmarshalling an input stream.SwiftMxDataFormat.Builder.writeConfig(Object writeConfig) The specific configuration to use when marshalling a message.SwiftMxDataFormat.Builder.writeConfigRef(String writeConfigRef) Refers to a specific configuration to use when marshalling a message to lookup from the registry.SwiftMxDataFormat.Builder.writeInJson(boolean writeInJson) The flag indicating that messages must be marshalled in a JSON format.SwiftMxDataFormat.Builder.writeInJson(String writeInJson) The flag indicating that messages must be marshalled in a JSON format.