comparison artifacts/src/main/java/de/intevation/artifacts/ArtifactDatabase.java @ 380:9798e4d83681

Services are now able to return more than just XML documents. artifacts/trunk@4188 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 03 Apr 2012 11:15:10 +0000
parents 542caebea773
children d4a846ee35b8
comparison
equal deleted inserted replaced
379:95ff5a25a339 380:9798e4d83681
205 * service call. 205 * service call.
206 * @return The result document produced by the service. 206 * @return The result document produced by the service.
207 * @throws ArtifactDatabaseException Thrown if someting went wrong during 207 * @throws ArtifactDatabaseException Thrown if someting went wrong during
208 * the service processing. 208 * the service processing.
209 */ 209 */
210 Document process(String service, Document input, CallMeta callMeta) 210 Service.Output process(String service, Document input, CallMeta callMeta)
211 throws ArtifactDatabaseException; 211 throws ArtifactDatabaseException;
212 212
213 // User API 213 // User API
214 214
215 Document listUsers(CallMeta callMeta) 215 Document listUsers(CallMeta callMeta)

http://dive4elements.wald.intevation.org