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

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

public class ExecuteRequest100Writer
extends java.lang.Object

Generates WPS 1.0.0 Execute request documents.

Version:
$Revision: 26137 $, $Date: 2010-08-25 18:05:25 +0200 (Mi, 25. Aug 2010) $
Author:
Andrei Ionita, Markus Schneider, last edited by: $Author: aionita $

Constructor Summary
ExecuteRequest100Writer(javax.xml.stream.XMLStreamWriter writer)
          Creates a new ExecuteRequest100Writer instance.
 
Method Summary
 void write100(CodeType id, java.util.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(javax.xml.stream.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,
                     java.util.List<ExecutionInput> inputs,
                     ResponseFormat responseFormat)
              throws java.io.IOException,
                     javax.xml.stream.XMLStreamException
Parameters:
id -
inputs -
responseFormat -
Throws:
java.io.IOException
javax.xml.stream.XMLStreamException


Copyright © 2011. All Rights Reserved.