Skip to content

Instantly share code, notes, and snippets.

@esaounkine
Created October 14, 2013 10:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save esaounkine/6973839 to your computer and use it in GitHub Desktop.
Save esaounkine/6973839 to your computer and use it in GitHub Desktop.
validate SWIFT message example
SwiftMessage parsedMessage = swiftMessageProcessingService.parseSwiftMessage(messageText);
SwiftValidObj validatedMessage = swiftMessageProcessingService.validateSwiftMessage(parsedMessage);
//validatedMessage will contain the SWIFT message object and text, as well as error message in case the message is not valid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment