|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ComplexOutput
Identifies this ProcessletOutput to have a complex value, i.e. an object encoded in XML or a raw binary
stream.
| Method Summary | |
|---|---|
OutputStream |
getBinaryOutputStream()
Returns a stream for writing binary output. |
String |
getRequestedEncoding()
Returns the requested encoding for the complex value, it is guaranteed that the encoding is supported for this parameter (according to the process description). |
String |
getRequestedMimeType()
Returns the requested mime type for the complex value, it is guaranteed that the mime type is supported for this parameter (according to the process description). |
String |
getRequestedSchema()
Returns the requested XML format for the complex value (specified by a schema URL), it is guaranteed that the format is supported for this parameter (according to the process description). |
XMLStreamWriter |
getXMLStreamWriter()
Returns a stream for for writing XML output. |
| Methods inherited from interface org.deegree.services.wps.output.ProcessletOutput |
|---|
getIdentifier, getSubmittedAbstract, getSubmittedTitle, isRequested, setAbstract, setTitle |
| Method Detail |
|---|
OutputStream getBinaryOutputStream()
null
XMLStreamWriter getXMLStreamWriter()
throws XMLStreamException
XMLStreamWriter.writeStartDocument().
null
XMLStreamExceptionString getRequestedMimeType()
null (as each complex output format has a default mime type)String getRequestedSchema()
null (as a complex output format may omit schema
information)String getRequestedEncoding()
null (as a complex output format may omit encoding
information)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||