Here is another alternative Eclesia similar to what you had in mind...
> interface Process {
>    // with docs explaining about minOccurs/maxOccurs and List
>    void setInput( Map<String,Object> input );
>
>    // not sure how to handle the case where the process needs to 
> create something? ie new file...
>    void setResult( Map<String,Object> result );
>
>    // with javadocs saying you can run only once!
>    void process( monitor );
> }
The idea is that the result map is also provided; and if you need to 
pass in a temporary File for the process to write its results to you can...


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to