org.n52.wps.io.xml
Class AbstractXMLStringGenerator

java.lang.Object
  extended by org.n52.wps.io.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
 
Constructor Summary
AbstractXMLStringGenerator()
           
 
Method Summary
abstract  java.lang.String generateXML(java.lang.Object stringifyable)
           
 java.lang.String[] getSupportedFormats()
           
 boolean isSupportedFormat(java.lang.String format)
           
 boolean supportsSchemas()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.n52.wps.io.IGenerator
generate
 
Methods inherited from interface org.n52.wps.io.IOHandler
getSupportedRootClasses, getSupportedSchemas, isSupportedEncoding, isSupportedRootClass, isSupportedSchema
 

Constructor Detail

AbstractXMLStringGenerator

public AbstractXMLStringGenerator()
Method Detail

generateXML

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

isSupportedFormat

public boolean isSupportedFormat(java.lang.String format)
Specified by:
isSupportedFormat in interface IOHandler

supportsSchemas

public boolean supportsSchemas()
Specified by:
supportsSchemas in interface IOHandler

getSupportedFormats

public java.lang.String[] getSupportedFormats()
Specified by:
getSupportedFormats in interface IOHandler