org.eclipse.higgins.icard.io
Interface IOutputProcessor


public interface IOutputProcessor


Method Summary
 void process(IElement[] icards, OutputStream out, ICredential credential)
          Processes array of IOElements and store them in the supplied OutputStream.
 

Method Detail

process

void process(IElement[] icards,
             OutputStream out,
             ICredential credential)
             throws CardIOException
Processes array of IOElements and store them in the supplied OutputStream.

Throws:
CardIOException