Class SwiftMxTypeConverters
- java.lang.Object
-
- org.apache.camel.dataformat.swift.mx.SwiftMxTypeConverters
-
@Converter(generateLoader=true) public final class SwiftMxTypeConverters extends Object
SwiftMxTypeConvertersprovide some basicTypeConverters that could be needed when marshalling/unmarshalling SWIFT MX messages.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.prowidesoftware.swift.model.MxIdtoMxId(byte[] namespace)static com.prowidesoftware.swift.model.MxIdtoMxId(String namespace)
-
-
-
Method Detail
-
toMxId
@Converter public static com.prowidesoftware.swift.model.MxId toMxId(String namespace)
-
toMxId
@Converter public static com.prowidesoftware.swift.model.MxId toMxId(byte[] namespace)
-
-