Default REST Result Checker Code

Default Result Checkers are built-in result checkers that are applied automatically on MBO operations by SAP Mobile Server. They can be replaced by implementing and deploying a Custom Result Checker. This is the default operation handler code used to check results in REST Web service datasources.

package com.sybase.sup.ws;

import com.sybase.sup.ws.rest.RestOperationHandler;

/*
 * Default is a no-op
 */
public class DefaultRestOperationHandler extends RestOperationHandler {

}