org.n52.wps.io.datahandler.binary
Class GenericFileParser

java.lang.Object
  extended by org.n52.wps.io.datahandler.binary.AbstractBinaryParser
      extended by org.n52.wps.io.datahandler.binary.GenericFileParser
All Implemented Interfaces:
IOHandler, IParser

public class GenericFileParser
extends AbstractBinaryParser


Field Summary
 
Fields inherited from class org.n52.wps.io.datahandler.binary.AbstractBinaryParser
properties, supportedEncodings, supportedFormats
 
Fields inherited from interface org.n52.wps.io.IOHandler
DEFAULT_ENCODING, DEFAULT_MIMETYPE, ENCODING_BASE64, MIME_TYPE_ZIPPED_SHP
 
Constructor Summary
GenericFileParser()
           
 
Method Summary
 java.lang.Class[] getSupportedInternalOutputDataType()
           
 GenericFileDataBinding parse(java.io.InputStream input, java.lang.String mimeType)
           
 
Methods inherited from class org.n52.wps.io.datahandler.binary.AbstractBinaryParser
getSupportedEncodings, getSupportedFormats, getSupportedSchemas, isSupportedEncoding, isSupportedFormat, isSupportedSchema
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericFileParser

public GenericFileParser()
Method Detail

getSupportedInternalOutputDataType

public java.lang.Class[] getSupportedInternalOutputDataType()

parse

public GenericFileDataBinding parse(java.io.InputStream input,
                                    java.lang.String mimeType)


Copyright © 2007-2011 52north.org. All Rights Reserved.