|
BEAST
|
Creates a xml object from a tag name, preferrably the root tag in an xml document. More...
Public Member Functions | |
| IBltXmlMessage | createMessage (String tagName) |
| Creates a message object from the tag name. | |
Creates a xml object from a tag name, preferrably the root tag in an xml document.
| IBltXmlMessage eu.baltrad.beast.parser.IXmlMessageFactory.createMessage | ( | String | tagName | ) |
Creates a message object from the tag name.
| tagName | the tag name |
| XmlMessageFactoryException | if instance not can be created. |
Implemented in eu.baltrad.beast.parser.impl.XmlMessageFactory.