All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.s1.web.services.WebOperationOutput Maven / Gradle / Ivy

package org.s1.web.services;

import javax.servlet.http.HttpServletResponse;
import java.io.IOException;

/**
 * Web Operation output
 *
 * @author Grigory Pykhov
 */
public abstract class WebOperationOutput {

    /**
     * Render data to response according to format
     *
     * @param response Response
     * @throws IOException IOException
     */
    public abstract void render(HttpServletResponse response) throws IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy