view flys-client/src/main/java/org/dive4elements/river/client/client/services/MapUrlService.java @ 5834:f507086aa94b

Repaired internal references.
author Sascha L. Teichmann <teichmann@intevation.de>
date Thu, 25 Apr 2013 12:31:32 +0200
parents flys-client/src/main/java/de/intevation/flys/client/client/services/MapUrlService.java@0b7535e2e9aa
children 821a02bbfb4e
line wrap: on
line source
package de.intevation.flys.client.client.services;

import java.util.Map;

import com.google.gwt.user.client.rpc.RemoteService;
import com.google.gwt.user.client.rpc.RemoteServiceRelativePath;

import de.intevation.flys.client.shared.exceptions.ServerException;

/**
 * This interface describes the service to get wms urls for UESK and new maps.
 *
 * @author <a href="mailto:raimund.renkert@intevation.de">Raimund Renkert</a>
 */
@RemoteServiceRelativePath("map-urls")
public interface MapUrlService extends RemoteService {

    Map<String, String> getUrls() throws ServerException;
}
// vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org