BEAST
eu.baltrad.beast.parser.IXmlMessageParser Interface Reference

Parser interface. More...

Inheritance diagram for eu.baltrad.beast.parser.IXmlMessageParser:
eu.baltrad.beast.parser.impl.XmlMessageParser

Public Member Functions

IBltXmlMessage parse (String xml)
 Parses a xml-string and atempts to create a message object from this xml message.
 

Detailed Description

Parser interface.

Will atempt to create a baltrad message from a xml-message.

Author
Anders Henja

Member Function Documentation

◆ parse()

IBltXmlMessage eu.baltrad.beast.parser.IXmlMessageParser.parse ( String xml)

Parses a xml-string and atempts to create a message object from this xml message.

Parameters
xml- the xml message
Returns
a message object
Exceptions
MessageParserExceptionif xml not could be parsed or the object is not found

Implemented in eu.baltrad.beast.parser.impl.XmlMessageParser.


The documentation for this interface was generated from the following file: