comparison artifact-database/src/main/java/de/intevation/artifactdatabase/ProxyArtifact.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 org.w3c.dom.Document;
4 2
5 import de.intevation.artifacts.Artifact; 3 import de.intevation.artifacts.Artifact;
6 import de.intevation.artifacts.CallContext; 4 import de.intevation.artifacts.CallContext;
7 5
6 import java.io.IOException;
7 import java.io.OutputStream;
8
8 import org.apache.log4j.Logger; 9 import org.apache.log4j.Logger;
9 10
10 import java.io.IOException; 11 import org.w3c.dom.Document;
11 import java.io.OutputStream;
12 12
13 /** 13 /**
14 * The proxy artifact is a wrapper around another artifact. It simply forwards 14 * The proxy artifact is a wrapper around another artifact. It simply forwards
15 * the interface calls to this underlaying artifact. 15 * the interface calls to this underlaying artifact.
16 * The reason for using proxy artifacts is enable the workflow to exchange 16 * The reason for using proxy artifacts is enable the workflow to exchange

http://dive4elements.wald.intevation.org