Event.createEventFromXML()

Signature

Event createEventFromXML (String uri, String xml)

Domain

ACTION, BUI

Description

This function returns a event instance using the xml . The XML String should adhere to the XSD schema corresponding to the event definition.
If it is desired to strip the whitespace from source XML then set the property java.property.tibco.be.createEventFromXML.stripwhitespace to true in be-engine.tra, the default value of this property is false.

Parameters

NameTypeDescription
uriStringwill use the XML to parse the namespace and create the corresponding event.
xmlStringXML string to be parsed

Returns

TypeDescription
Event

Cautions

none