| edu.iu.uis.eden.batch.XmlDigesterService
All known Subclasses: edu.iu.uis.eden.batch.XmlDigesterServiceImpl,
XmlDigesterService | public interface XmlDigesterService (Code) | | A service which is responsible for digesting (by delegating to other target services)
an xml document loaded at runtime. It exists so that we can apply Spring's automagical
transactioning. Ordering of invocations with respect to service dependencies is the
caller's responsibility.
Pipeline:
- Acquisition:
XmlPollerService , Struts upload action
- Ingestion: XmlIngesterService
- Digestion: XmlDigesterService
See Also: edu.iu.uis.eden.batch.XmlIngesterService author: Aaron Hamid (arh14 at cornell dot edu) |
digest | public void digest(XmlLoader xmlLoader, XmlDocCollection xmlDocCollection, WorkflowUser user) throws IOException(Code) | | Digests an XmlDoc. Workflow User is passed to XmlLoader and the content is routing in a document
as that user if the loader supports it.
Parameters: xmlLoader - Parameters: xmlDoc - Parameters: user - throws: IOException - |
|
|