SCI_V1_0.java [src/java/m/sq] Revision: 6de0cb55b980bb144c30d8b875935552eaf3b7d6  Date: Tue Jan 24 07:33:30 MST 2017
/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
package m.sq;

import csip.Config;
import csip.ModelDataService;
import csip.ServiceException;
import csip.annotations.Resource;
import static csip.annotations.ResourceType.OUTPUT;
import csip.annotations.Resources;
import java.util.List;
import javax.ws.rs.Path;
import oms3.annotations.Description;
import oms3.annotations.Name;

/**
 * SCI service.
 *
 * @author od
 */
@Name("SCI")
@Description("SCI")
@Path("m/csi/1.0")
public class SCI_V1_0 extends ModelDataService {

    @Override
    protected void preProcess() throws Exception {
    }


    /**
     * @return @throws Exception
     */
    @Override
    public void doProcess() throws Exception {
    }


    @Override
    protected void postProcess() throws Exception {
    }

}