A service which is responsible for iterating through
a list of xml documents or collections of xml documents
and ingesting them into the workflow engine.
XmlIngesterService implementation which delegates to XmlDigesterService.
This implementation goes through some pains to ensure that the types of
xml doc (determined by file name convention) are issued to the XmlDigesterService
in a pre-ordained order in an effort to avoid dependency problems.