<reactor> tag

Description

The reactor tag is the root tag of the Reactor XML configuration file.  It contains all of the settings for the reactor framework including configuration options and object definitions and relationships.

Attributes

This tag has no attributes.

Child Tags

Tag

Required

Description

config

No

Contains a set of tags for configuring Reactor.

objects

No

Contains a set of tags that define objects and their relationships.

Example

<reactor>
 <!-- configuration XML goes here -->
</reactor>