org.n52.wps.client
Class ExecuteResponseAnalyser

java.lang.Object
  extended by org.n52.wps.client.ExecuteResponseAnalyser

public class ExecuteResponseAnalyser
extends java.lang.Object


Constructor Summary
ExecuteResponseAnalyser(net.opengis.wps.x100.ExecuteResponseDocument responseDoc, net.opengis.wps.x100.ProcessDescriptionType processDesc)
           
ExecuteResponseAnalyser(java.lang.Object response, net.opengis.wps.x100.ExecuteDocument exec, net.opengis.wps.x100.ProcessDescriptionType processDesc)
           
 
Method Summary
 IData getComplexData(java.lang.String name)
           
 java.lang.Object getComplexDataByIndex(int index)
           
 java.lang.String getComplexReferenceByIndex(int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecuteResponseAnalyser

public ExecuteResponseAnalyser(java.lang.Object response,
                               net.opengis.wps.x100.ExecuteDocument exec,
                               net.opengis.wps.x100.ProcessDescriptionType processDesc)

ExecuteResponseAnalyser

public ExecuteResponseAnalyser(net.opengis.wps.x100.ExecuteResponseDocument responseDoc,
                               net.opengis.wps.x100.ProcessDescriptionType processDesc)
Method Detail

getComplexData

public IData getComplexData(java.lang.String name)

getComplexDataByIndex

public java.lang.Object getComplexDataByIndex(int index)

getComplexReferenceByIndex

public java.lang.String getComplexReferenceByIndex(int index)


Copyright © 2007-2011 52north.org. All Rights Reserved.