|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.commons.xml.XMLAdapter
org.deegree.protocol.wps.describeprocess.DescribeProcessRequestXMLAdapter
public class DescribeProcessRequestXMLAdapter
Parser for WPS DescribeProcess XML requests.
| Field Summary |
|---|
| Fields inherited from class org.deegree.commons.xml.XMLAdapter |
|---|
DEFAULT_URL, rootElement, XLN_NS |
| Constructor Summary | |
|---|---|
DescribeProcessRequestXMLAdapter()
|
|
| Method Summary | |
|---|---|
DescribeProcessRequest |
parse100()
Parses the encapsulated WPS 1.0.0 < DescribeProcess> element. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeProcessRequestXMLAdapter()
| Method Detail |
|---|
public DescribeProcessRequest parse100()
throws XMLParsingException
DescribeProcess> element.
Prerequisites (not checked by this method):
wps:DescribeProcess>
(wps="http://www.opengis.net/wps/1.0.0").version attribute of the element must have the value 1.0.0.
DescribeProcessRequest object
XMLParsingException - if a syntactical or semantical error has been encountered in the request document
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||