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

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

Throws:
CardIOException