|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
AFP2web SDK's abstract document handler. Implement "handle" with custom definition to store/archive document buffer and to handle document info (like index list etc)
| Method Summary | |
int |
handle(java.io.ByteArrayOutputStream baosOutputStreamPar,
java.util.LinkedList lstDocumentIndexPar)
Callback to handle document archiving with custom definition |
| Method Detail |
public int handle(java.io.ByteArrayOutputStream baosOutputStreamPar,
java.util.LinkedList lstDocumentIndexPar)
Callback to handle document archiving with custom definition
baosOutputStreamPar - Stream (java.io.ByteArrayOutputStream) to receive output document buffer
lstDocumentIndexPar - Linked list (java.util.LinkedList) of indexes (de.maas.afp2web.A2WIndex) to receive output document indexes
0 on Success <0 on Error
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||