org.n52.wps.io
Interface IParser

All Superinterfaces:
IOHandler
All Known Implementing Classes:
AbstractBinaryParser, AbstractXMLParser, GeotiffParser, SimpleGMLParser

public interface IParser
extends IOHandler


Field Summary
 
Fields inherited from interface org.n52.wps.io.IOHandler
DEFAULT_ENCODING, DEFAULT_MIMETYPE
 
Method Summary
 java.lang.Object parse(java.io.InputStream input, IOutputChannel channel)
           
 
Methods inherited from interface org.n52.wps.io.IOHandler
getSupportedFormats, getSupportedRootClasses, getSupportedSchemas, isSupportedEncoding, isSupportedFormat, isSupportedRootClass, isSupportedSchema, supportsSchemas
 

Method Detail

parse

java.lang.Object parse(java.io.InputStream input,
                       IOutputChannel channel)