org.n52.wps.io
Interface IGenerator

All Superinterfaces:
IOHandler
All Known Implementing Classes:
AbstractBinaryGenerator, AbstractXMLGenerator, AbstractXMLStringGenerator, GeotiffGenerator, SimpleGMLGenerator

public interface IGenerator
extends IOHandler

Basic interface for all Generators.

Author:
foerster

Field Summary
 
Fields inherited from interface org.n52.wps.io.IOHandler
DEFAULT_ENCODING, DEFAULT_MIMETYPE
 
Method Summary
 java.io.OutputStream generate(java.lang.Object coll)
           
 
Methods inherited from interface org.n52.wps.io.IOHandler
getSupportedFormats, getSupportedRootClasses, getSupportedSchemas, isSupportedEncoding, isSupportedFormat, isSupportedRootClass, isSupportedSchema, supportsSchemas
 

Method Detail

generate

java.io.OutputStream generate(java.lang.Object coll)