BEAST
|
Parser interface. More...
Public Member Functions | |
IBltMessage | parse (Object o) |
Parses the object if able and returns a message object. | |
Parser interface.
Will atempt to create a baltrad message from a xml-message.
IBltMessage eu.baltrad.beast.parser.IMessageParser.parse | ( | Object | o | ) |
Parses the object if able and returns a message object.
o | the input object (e.g. http request, or similar) |
MessageParserException | if object is supported but can not be handled |