Event.createEventFromXML()
Signature
Event createEventFromXML (String uri, String xml)
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
Name | Type | Description |
uri | String | will use the XML to parse the namespace and create the corresponding event. |
xml | String | XML string to be parsed |