Mercurial > dive4elements > framework
comparison artifact-database/src/main/java/de/intevation/artifactdatabase/rest/ServicesResource.java @ 88:69c84cf7c5d7
Added javadoc to the REST package of the artifact database (complete).
artifacts/trunk@840 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Fri, 26 Mar 2010 15:05:11 +0000 |
parents | 48d1a9a082c2 |
children | d348fe1fd822 |
comparison
equal
deleted
inserted
replaced
87:0f48188a6e02 | 88:69c84cf7c5d7 |
---|---|
19 | 19 |
20 import org.w3c.dom.Document; | 20 import org.w3c.dom.Document; |
21 import org.w3c.dom.Element; | 21 import org.w3c.dom.Element; |
22 | 22 |
23 /** | 23 /** |
24 * Resource to list the available service offered by the artifact database. | |
25 * | |
24 * @author <a href="mailto:sascha.teichmann@intevation">Sascha L. Teichmann</a> | 26 * @author <a href="mailto:sascha.teichmann@intevation">Sascha L. Teichmann</a> |
25 */ | 27 */ |
26 public class ServicesResource | 28 public class ServicesResource |
27 extends BaseResource | 29 extends BaseResource |
28 { | 30 { |
29 private static Logger logger = Logger.getLogger(ServicesResource.class); | 31 private static Logger logger = Logger.getLogger(ServicesResource.class); |
30 | 32 |
33 /** | |
34 * server URL where to reach the resource. | |
35 */ | |
31 public static final String PATH = "/services"; | 36 public static final String PATH = "/services"; |
32 | 37 |
33 protected Representation innerGet() | 38 protected Representation innerGet() |
34 throws ResourceException | 39 throws ResourceException |
35 { | 40 { |