|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.prowidesoftware.swift.io.parser.XMLParser
public class XMLParser
This is the main parser for WIFE's XML internal representation.
The supported XML format is consider internal because it is an ad-hoc
defined XML structure for Swift messages, so it's not the SWIFT XML
Standard for FIN Messages.
This implementation should be used by calling some of the the conversion
services.
IConversionService
Constructor Summary | |
---|---|
XMLParser()
|
Method Summary | |
---|---|
SwiftMessage |
parse(java.lang.String xml)
Given a String containing a message in its WIFE internal XML representation, returns a SwiftMessage object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XMLParser()
Method Detail |
---|
public SwiftMessage parse(java.lang.String xml)
null
xml
- the string containing the XML to parse
IConversionService.getMessageFromXML(java.lang.String)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |