org.n52.wps.io.datahandler.xml
Class AbstractXMLStringGenerator

java.lang.Object
  extended by org.n52.wps.io.datahandler.xml.AbstractXMLStringGenerator
All Implemented Interfaces:
IGenerator, IOHandler

public abstract class AbstractXMLStringGenerator
extends java.lang.Object
implements IGenerator


Field Summary
 
Fields inherited from interface org.n52.wps.io.IOHandler
DEFAULT_ENCODING, DEFAULT_MIMETYPE, ENCODING_BASE64, MIME_TYPE_ZIPPED_SHP
 
Constructor Summary
AbstractXMLStringGenerator()
           
 
Method Summary
abstract  java.lang.String generateXML(IData stringifyable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.n52.wps.io.IGenerator
generate, getSupportedInternalInputDataType
 
Methods inherited from interface org.n52.wps.io.IOHandler
getSupportedEncodings, getSupportedFormats, getSupportedSchemas, isSupportedEncoding, isSupportedFormat, isSupportedSchema
 

Constructor Detail

AbstractXMLStringGenerator

public AbstractXMLStringGenerator()
Method Detail

generateXML

public abstract java.lang.String generateXML(IData stringifyable)


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