Class DirectoryResenderModule

All Implemented Interfaces:
IDynamicComponent, IProcessorActiveModule, IProcessorModule, IProcessorResenderModule

public class DirectoryResenderModule extends AbstractActiveResenderModule
An asynchronous, persisting, file based, polling resender module. Upon handle(String, IMessage, Map) it writes the document into a file and there is a background poller task that checks for resending (see resend()). If re-sending fails, the document is moved into an error folder.
Author:
OpenAS2, Philip Helger