comparison artifact-database/src/main/java/de/intevation/artifactdatabase/rest/ServiceResource.java @ 89:d348fe1fd822

More javadoc (fixes small glitches, too). artifacts/trunk@845 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 26 Mar 2010 16:16:32 +0000
parents 69c84cf7c5d7
children e27cf9c84eb8
comparison
equal deleted inserted replaced
88:69c84cf7c5d7 89:d348fe1fd822
38 * Error message if no corresponing service is provided by 38 * Error message if no corresponing service is provided by
39 * the artifact database. 39 * the artifact database.
40 */ 40 */
41 public static final String NO_SUCH_ACTION_MESSAGE = "no such service"; 41 public static final String NO_SUCH_ACTION_MESSAGE = "no such service";
42 42
43 @Override
43 protected Representation innerPost(Representation requestRepr) { 44 protected Representation innerPost(Representation requestRepr) {
44 45
45 Document inputDocument = null; 46 Document inputDocument = null;
46 try { 47 try {
47 DomRepresentation input = new DomRepresentation(requestRepr); 48 DomRepresentation input = new DomRepresentation(requestRepr);

http://dive4elements.wald.intevation.org