A AdapterCoordinator coordinates several Adapters so that the events they
send into the runtime engine arrive in some well-defined order, in
effect making the several Adapters into one large sending Adapter.
A event bean factory implementation that understands Apache Axiom OMNode events
and that can look up the root element name to determine the right event type.
A event sender implementation that understands Apache Axiom OMNode events
and checks that the root element name matches the expected event type's root element name.
A utility for resolving property order information based on a
propertyTypes map and the first record of a CSV file (which
might represent the title row).
Return true if calling getStream() will return a new InputStream created from the
resource, which, assuming that the resource hasn't been changed, will have the same
information as all the previous InputStreams returned by getStream() before they were
manipulated; return false if the call will return the same instance of InputStream that
has already been obtained.
When set to true (the default), indicates that when properties are compiled to XPath expressions that the
compilation should generate an absolute XPath expression such as "/getQuote/request" for the
simple request property, or "/getQuote/request/symbol" for a "request.symbol" nested property,
wherein the root element node is "getQuote".