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

org.xbib.oai.client.AbstractOAIResponse Maven / Gradle / Ivy

There is a newer version: 2.3.1
Show newest version
package org.xbib.oai.client;

import org.xbib.netty.http.common.HttpResponse;
import org.xbib.oai.OAIResponse;
import org.xbib.oai.exceptions.OAIException;

import java.io.Writer;

/**
 * Default OAI response.
 */
public abstract class AbstractOAIResponse implements OAIResponse {

    public abstract void receivedResponse(HttpResponse message, Writer writer) throws OAIException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy