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

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

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

import org.xbib.helianthus.common.http.AggregatedHttpMessage;
import org.xbib.oai.OAIResponse;

import java.io.IOException;
import java.io.Writer;

/**
 * Default OAI response
 */
public interface ClientOAIResponse extends OAIResponse {

    void receivedResponse(AggregatedHttpMessage message, Writer writer) throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy