|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.n52.wps.io.xml.AbstractXMLStringGenerator
public abstract class AbstractXMLStringGenerator
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 |
---|
public AbstractXMLStringGenerator()
Method Detail |
---|
public abstract java.lang.String generateXML(java.lang.Object stringifyable)
public boolean isSupportedFormat(java.lang.String format)
isSupportedFormat
in interface IOHandler
public boolean supportsSchemas()
supportsSchemas
in interface IOHandler
public java.lang.String[] getSupportedFormats()
getSupportedFormats
in interface IOHandler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |