view src/main/java/de/intevation/lada/data/exporter/Exporter.java @ 351:1feba681ffee

Export LAF via POST. The service now takes url encoded form data with multiple probe ids.
author Raimund Renkert <rrenkert@intevation.de>
date Wed, 04 Sep 2013 10:01:22 +0200
parents 86cda4c57092
children 183f8116d9a6
line wrap: on
line source
package de.intevation.lada.data.exporter;

import java.io.InputStream;
import java.util.List;

import de.intevation.lada.auth.AuthenticationResponse;


public interface Exporter
{
    public InputStream export(List<String> proben, AuthenticationResponse auth);
}
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)