comparison artifact-database/src/main/java/de/intevation/artifactdatabase/ArtifactDatabaseImpl.java @ 68:541814404822

Added interfaces for XML processing services. TODO: Implement them! artifacts/trunk@593 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 22 Jan 2010 09:48:18 +0000
parents 89e3de0ee05f
children ce488c1d3fc4
comparison
equal deleted inserted replaced
67:ed03cc0e5800 68:541814404822
380 throw new ArtifactDatabaseException(NO_SUCH_ARTIFACT); 380 throw new ArtifactDatabaseException(NO_SUCH_ARTIFACT);
381 } 381 }
382 382
383 return new DeferredOutputImpl(artifact, format, callMeta); 383 return new DeferredOutputImpl(artifact, format, callMeta);
384 } 384 }
385
386 public String [][] serviceNamesAndDescriptions() {
387 throw new IllegalArgumentException("Describing services is not implemented yet");
388 }
389
390 public Document process(String service, Document input, CallMeta callMeta) {
391 throw new IllegalArgumentException("Service processing is not implemented yet");
392 }
385 } 393 }
386 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8: 394 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8:

http://dive4elements.wald.intevation.org