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

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

public class ExecuteRequest100Writer
extends Object

Generates WPS 1.0.0 Execute request documents.

Version:
$Revision: 29995 $, $Date: 2011-03-14 07:23:01 +0100 (Mon, 14 Mar 2011) $
Author:
Andrei Ionita, Markus Schneider, last edited by: $Author: lbuesching $

Constructor Summary
ExecuteRequest100Writer(XMLStreamWriter writer)
          Creates a new ExecuteRequest100Writer instance.
 
Method Summary
 void write100(CodeType id, List<ExecutionInput> inputs, ResponseFormat responseFormat)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecuteRequest100Writer

public ExecuteRequest100Writer(XMLStreamWriter writer)
Creates a new ExecuteRequest100Writer instance.

Parameters:
writer - xml stream to write to, must not be null and empty
Method Detail

write100

public void write100(CodeType id,
                     List<ExecutionInput> inputs,
                     ResponseFormat responseFormat)
              throws IOException,
                     XMLStreamException
Parameters:
id -
inputs -
responseFormat -
Throws:
IOException
XMLStreamException


Copyright © 2011. All Rights Reserved.