Default Result Checkers are built-in result checkers that are applied automatically on MBO operations by Unwired 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 data sources.
package com.sybase.sup.ws;
import com.sybase.sup.ws.rest.RestOperationHandler;
/*
* Default is a no-op
*/
public class DefaultRestOperationHandler extends RestOperationHandler {
}