comparison gnv-artifacts/src/main/java/de/intevation/gnv/transition/OutputTransition.java @ 73:504570de21fd

Refactoring Work depending on Infrastructurchanges in the Artifact-Module gnv-artifacts/trunk@79 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Mon, 14 Sep 2009 10:32:38 +0000
parents d117fd4b82e5
children bd284d8306db
comparison
equal deleted inserted replaced
72:1fece4da4f2f 73:504570de21fd
1 /** 1 /**
2 * 2 *
3 */ 3 */
4 package de.intevation.gnv.transition; 4 package de.intevation.gnv.transition;
5 5
6 import java.io.OutputStream;
6 import java.util.Collection; 7 import java.util.Collection;
7 8
8 import de.intevation.gnv.transition.exception.TransitionException; 9 import de.intevation.gnv.transition.exception.TransitionException;
9 10
10 /** 11 /**
17 * Returns the Rendered Result of an Transition. 18 * Returns the Rendered Result of an Transition.
18 * @param outputMode The Mode that should be produces (Chart, Map, ...) 19 * @param outputMode The Mode that should be produces (Chart, Map, ...)
19 * @return The Bytecode of the Result 20 * @return The Bytecode of the Result
20 * @throws TransitionException 21 * @throws TransitionException
21 */ 22 */
22 public byte[] out( String outputMode) throws TransitionException; 23 public void out( String outputMode, OutputStream outputStream) throws TransitionException;
23 24
24 /** 25 /**
25 * Delivers the provided OutputModes of an Transition 26 * Delivers the provided OutputModes of an Transition
26 * @return the provided OutputModes of an Transition 27 * @return the provided OutputModes of an Transition
27 */ 28 */

http://dive4elements.wald.intevation.org