See: Description
| Interface | Description |
|---|---|
| RequsiteModel |
The transfer model - extended for XML Manifest Model
|
| TransferRequsiteProcessor |
Processor for transfer requsite file
|
| TransferRequsiteWriter |
Transfer Requsite Writer
This class formats the transfer requsite and prints it to the specified writer
It is a statefull object and writes one requsite at a time.
|
| Class | Description |
|---|---|
| DeltaListRequsiteProcessor |
A processor of the XML Transfer Requsite file to populate a DeltaList object
The requsite is parsed once and the delta list is available from getDeltaList at the end.
|
| XMLTransferRequsiteReader |
SAX XML Content Handler to read a transfer manifest XML Stream and
delegate processing of the manifest to the specified TransferRequsiteProcessor
|
| XMLTransferRequsiteWriter |
Writes the transfer requsite out in XML format to the specified writer.
|
XMLTransferRequsiteWriter writes the transfer requsite. XMLTransferRequsiteReader reads the transfer requsite and calls the TransferRequsiteProcessor as the read progresses. These classes are designed to stream content through, processing each node at a time, and not hold a large data objects in memory.
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.