Java SWIFT Library

前端 未结 8 1845
攒了一身酷
攒了一身酷 2020-12-13 04:31

I\'m looking for a Java library for SWIFT messages. I want to

  • parse SWIFT messages into an object model
  • validate SWIFT messages (including SWIFT netwo
8条回答
  •  一整个雨季
    2020-12-13 04:48

    Have you looked at WIFE? We use that in our application which translates SWIFT messages to an internal XML format and back again. We haven't had any problems with it. Also, it's licensed under the LGPL, so you can hack it up if you need to. Check it out.

提交回复
热议问题