comparison artifact-database/src/main/java/de/intevation/artifactdatabase/DefaultServiceFactory.java @ 93:e27cf9c84eb8

Unified imports. artifacts/trunk@849 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sun, 28 Mar 2010 15:57:40 +0000
parents 68285f7bc476
children 933bbc9fc11f
comparison
equal deleted inserted replaced
92:73d0ebae81d7 93:e27cf9c84eb8
1 package de.intevation.artifactdatabase; 1 package de.intevation.artifactdatabase;
2
3 import de.intevation.artifacts.Service;
4 import de.intevation.artifacts.ServiceFactory;
5
6 import org.apache.log4j.Logger;
2 7
3 import org.w3c.dom.Document; 8 import org.w3c.dom.Document;
4 import org.w3c.dom.Node; 9 import org.w3c.dom.Node;
5
6 import de.intevation.artifacts.ServiceFactory;
7 import de.intevation.artifacts.Service;
8
9 import org.apache.log4j.Logger;
10 10
11 /** 11 /**
12 * Trivial implementation of the ServiceFactory interface. 12 * Trivial implementation of the ServiceFactory interface.
13 * Name and an description are configured by the given Node given to 13 * Name and an description are configured by the given Node given to
14 * #setup(Document, Node) via the 'name' and 'description' attributes. 14 * #setup(Document, Node) via the 'name' and 'description' attributes.

http://dive4elements.wald.intevation.org