public class LiteralInputOutputHandler extends org.n52.iceland.util.XmlFactories implements InputHandler, OutputHandler
| Modifier and Type | Field and Description |
|---|---|
static Set<org.n52.shetland.ogc.wps.Format> |
FORMATS |
| Constructor and Description |
|---|
LiteralInputOutputHandler() |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
generate(TypedProcessOutputDescription<?> description,
Data<?> data,
org.n52.shetland.ogc.wps.Format format) |
Set<Class<? extends Data<?>>> |
getSupportedBindings() |
Set<org.n52.shetland.ogc.wps.Format> |
getSupportedFormats() |
Data<?> |
parse(TypedProcessInputDescription<?> description,
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 static final Set<org.n52.shetland.ogc.wps.Format> FORMATS
public Set<org.n52.shetland.ogc.wps.Format> getSupportedFormats()
getSupportedFormats in interface InputOutputHandlerpublic Set<Class<? extends Data<?>>> getSupportedBindings()
getSupportedBindings in interface InputOutputHandlerpublic Data<?> parse(TypedProcessInputDescription<?> description, InputStream input, org.n52.shetland.ogc.wps.Format format) throws IOException, DecodingException
parse in interface InputHandlerIOExceptionDecodingExceptionpublic InputStream generate(TypedProcessOutputDescription<?> description, Data<?> data, org.n52.shetland.ogc.wps.Format format) throws IOException, EncodingException
generate in interface OutputHandlerIOExceptionEncodingExceptionCopyright © 2016–2023 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.