Developer
| Writer |
|
|
|
This packages provides functionality to write down Java objects to a SWIFT text message ready to be delivered into the network. By doing this, developers can work with SWIFT messages focusing on the data and not having to deal with low level syntax and character sets details.The writer component is a facility to convert a SWIFT object from the model to it's SWIFT text representation message, ready to be delivered into the network. The main access point to this component is the class SwiftWriter, but the simplest way to use this feature is by means of the ConversionService API: IConversionService srv = new ConversionService(); Then fin string will contain this (extra line feeds added for formatting purposes):
|



