public class LiteralInputOutputHandler extends org.n52.iceland.util.XmlFactories implements InputHandler, OutputHandler
| Modifier and Type | Field and Description |
|---|---|
static java.util.Set<org.n52.shetland.ogc.wps.Format> |
FORMATS |
| Constructor and Description |
|---|
LiteralInputOutputHandler() |
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
generate(TypedProcessOutputDescription<?> description,
Data<?> data,
org.n52.shetland.ogc.wps.Format format) |
java.util.Set<java.lang.Class<? extends Data<?>>> |
getSupportedBindings() |
java.util.Set<org.n52.shetland.ogc.wps.Format> |
getSupportedFormats() |
Data<?> |
parse(TypedProcessInputDescription<?> description,
java.io.InputStream input,
org.n52.shetland.ogc.wps.Format format) |
createIndentingTransformer, documentEncoding, documentVersion, eof, eventFactory, inputFactory, outputFactory, transformerFactory, unexpectedTagclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisSupportedBinding, isSupportedFormatpublic java.util.Set<org.n52.shetland.ogc.wps.Format> getSupportedFormats()
getSupportedFormats in interface InputOutputHandlerpublic java.util.Set<java.lang.Class<? extends Data<?>>> getSupportedBindings()
getSupportedBindings in interface InputOutputHandlerpublic Data<?> parse(TypedProcessInputDescription<?> description, java.io.InputStream input, org.n52.shetland.ogc.wps.Format format) throws java.io.IOException, DecodingException
parse in interface InputHandlerjava.io.IOExceptionDecodingExceptionpublic java.io.InputStream generate(TypedProcessOutputDescription<?> description, Data<?> data, org.n52.shetland.ogc.wps.Format format) throws java.io.IOException, EncodingException
generate in interface OutputHandlerjava.io.IOExceptionEncodingExceptionCopyright © 2016–2019 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.