Interfaces

There are several Server API interfaces that developers can invoke.

Interface Includes methods that
com.sybase.uep.eis.ResultSetFilter Define how a custom filter for the data is called, and perform the filtering of data.
com.sybase.uep.eis.ResultSetFilterMetaData Obtain output column and datatype information without executing a chain of mobile business object operations and filters with real data.
com.sybase.sup.ws.rest.RestResultChecker Implement a result checker for a RESTful Web service datasource.
com.sybase. sup.ws.soap.WSResultChecker Implement a result checker for a SOAP Web service datasource.
com.sybase.sup.sap.SAPResultChecker Implement a result checker for a SAP® datasource.
com.sybase.sup.server.dcn.DCNFilter Preprocess – digests the DCN request as blob, converts it into a valid JSON DCN request format and returns the DCN.

PostProcess – takes the DCN result in a valid JSON format, converts to the EIS format and returns it.

For details on these classes, and the methods that implement them, see the Javadocs for com.sybase.sup.admin.client.