org.deegree.protocol.wps.client.wps100
Class ExecuteResponse100Reader

java.lang.Object
  extended by org.deegree.protocol.wps.client.wps100.ExecuteResponse100Reader

public class ExecuteResponse100Reader
extends Object

Parser for WPS 1.0.0 execute response documents.

Version:
$Revision: 31699 $, $Date: 2011-08-31 13:29:54 +0200 (Wed, 31 Aug 2011) $
Author:
Andrei Ionita, Markus Schneider, last edited by: $Author: mschneider $

Constructor Summary
ExecuteResponse100Reader(XMLStreamReader reader)
          Creates an ExecuteResponse100Reader instance.
 
Method Summary
 ExecutionResponse parse100()
          Parses an execute response document.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecuteResponse100Reader

public ExecuteResponse100Reader(XMLStreamReader reader)
Creates an ExecuteResponse100Reader instance.

Parameters:
reader - an XMLStreamReader instance, never null
Method Detail

parse100

public ExecutionResponse parse100()
                           throws MalformedURLException,
                                  XMLStreamException
Parses an execute response document. The response shall not be an ExceptionReport.

Returns:
an ExecutionResponse object
Throws:
MalformedURLException
XMLStreamException


Copyright © 2011. All Rights Reserved.