|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IInputProcessor
| Method Summary | |
|---|---|
IFormatDescriptor |
checkInput(InputStream is)
Checks whether this IInputProcessor can process the input
stream. |
IImportCardInfo[] |
getCardInformation(InputStream is,
ICredential credential)
Processes input stream and returns an array of IImportCardInfo with information about cards which can be
imported from the passed stream. |
IElement[] |
process(InputStream is,
ICredential credential)
Processes input stream and returns an array of IElements
extracted. |
| Method Detail |
|---|
IFormatDescriptor checkInput(InputStream is)
throws CardIOException
IInputProcessor can process the input
stream.
IInputProcessor and
null otherwise.
CardIOException
IElement[] process(InputStream is,
ICredential credential)
throws CardIOException
IElements
extracted.
CardIOException
IImportCardInfo[] getCardInformation(InputStream is,
ICredential credential)
throws CardIOException
IImportCardInfo with information about cards which can be
imported from the passed stream.
CardIOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||