|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectde.maas.afp2web.A2WDefaultDocumentHandler
public class A2WDefaultDocumentHandler
AFP2web SDK's default document handler. Stores passed document buffer on file and write down the indexes
| Constructor Summary | |
|---|---|
A2WDefaultDocumentHandler()
|
|
| Method Summary | |
|---|---|
int |
handle(java.io.ByteArrayOutputStream baosOutputStreamPar,
java.util.LinkedList lstDocumentIndexPar)
Callback to handle document archiving with default definition |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public A2WDefaultDocumentHandler()
| Method Detail |
|---|
public int handle(java.io.ByteArrayOutputStream baosOutputStreamPar,
java.util.LinkedList lstDocumentIndexPar)
Callback to handle document archiving with default definition
handle in interface A2WDocumentHandlerbaosOutputStreamPar - 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 | |||||||