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

Creates a xml object from a tag name, preferrably the root tag in an xml document. More...

Inheritance diagram for eu.baltrad.beast.parser.IXmlMessageFactory:
eu.baltrad.beast.parser.impl.XmlMessageFactory

Public Member Functions

IBltXmlMessage createMessage (String tagName)
 Creates a message object from the tag name.
 

Detailed Description

Creates a xml object from a tag name, preferrably the root tag in an xml document.

Author
Anders Henja

Member Function Documentation

◆ createMessage()

IBltXmlMessage eu.baltrad.beast.parser.IXmlMessageFactory.createMessage ( String tagName)

Creates a message object from the tag name.

Parameters
tagNamethe tag name
Returns
the object if it could be created
Exceptions
XmlMessageFactoryExceptionif instance not can be created.

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


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