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

Parser interface. More...

Public Member Functions

IBltMessage parse (Object o)
 Parses the object if able and returns a message object.
 

Detailed Description

Parser interface.

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

Author
Anders Henja

Member Function Documentation

◆ parse()

IBltMessage eu.baltrad.beast.parser.IMessageParser.parse ( Object o)

Parses the object if able and returns a message object.

Parameters
othe input object (e.g. http request, or similar)
Returns
a IBltMessage supported by this parser or null if object is not supported
Exceptions
MessageParserExceptionif object is supported but can not be handled

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