public abstract class ResponseData extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
algorithmIdentifier |
protected net.opengis.wps.x100.ProcessDescriptionType |
description |
protected String |
encoding |
protected org.n52.wps.io.IGenerator |
generator |
protected String |
id |
protected String |
mimeType |
protected org.n52.wps.io.data.IData |
obj |
protected String |
schema |
| Constructor and Description |
|---|
ResponseData(org.n52.wps.io.data.IData obj,
String id,
String schema,
String encoding,
String mimeType,
String algorithmIdentifier,
net.opengis.wps.x100.ProcessDescriptionType description) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
prepareGenerator() |
protected org.n52.wps.io.data.IData obj
protected String id
protected String schema
protected String encoding
protected String mimeType
protected org.n52.wps.io.IGenerator generator
protected String algorithmIdentifier
protected net.opengis.wps.x100.ProcessDescriptionType description
Copyright © 2019. All Rights Reserved.