BEAST
|
Parser interface. More...
Public Member Functions | |
IBltXmlMessage | parse (String xml) |
Parses a xml-string and atempts to create a message object from this xml message. | |
Parser interface.
Will atempt to create a baltrad message from a xml-message.
IBltXmlMessage eu.baltrad.beast.parser.IXmlMessageParser.parse | ( | String | xml | ) |
Parses a xml-string and atempts to create a message object from this xml message.
xml | - the xml message |
MessageParserException | if xml not could be parsed or the object is not found |
Implemented in eu.baltrad.beast.parser.impl.XmlMessageParser.