de.maas.afp2web
Interface A2WDocumentReader

All Known Implementing Classes:
A2WDefaultDocumentReader

public interface A2WDocumentReader

AFP2web SDK's abstract document reader. Document reader call back handler to read the document


Method Summary
 A2WDocumentObject read(java.lang.String sDocumentIDPar)
           Call back to read/retrieve document based on given document ID with custom definition
 

Method Detail

read

public A2WDocumentObject read(java.lang.String sDocumentIDPar)

Call back to read/retrieve document based on given document ID with custom definition

Parameters:
sDocumentIDPar - String ( java.lang.String ) based on which document will be read/retrieved

Returns:
  A2WDocumentObject on Success with document details
  "null" on Error