Uses of Interface
net.opengis.wps10.ExecuteResponseType

Packages that use ExecuteResponseType
net.opengis.wps10   
net.opengis.wps10.impl   
net.opengis.wps10.util   
org.geotools.data.wps package with WPS specs and utils. 
org.geotools.data.wps.response package with response classes. 
 

Uses of ExecuteResponseType in net.opengis.wps10
 

Methods in net.opengis.wps10 that return ExecuteResponseType
 ExecuteResponseType Wps10Factory.createExecuteResponseType()
          Returns a new object of class 'Execute Response Type'.
 ExecuteResponseType DocumentRoot.getExecuteResponse()
          Returns the value of the 'Execute Response' containment reference.
 

Methods in net.opengis.wps10 with parameters of type ExecuteResponseType
 void DocumentRoot.setExecuteResponse(ExecuteResponseType value)
          Sets the value of the 'Execute Response' containment reference.
 

Uses of ExecuteResponseType in net.opengis.wps10.impl
 

Classes in net.opengis.wps10.impl that implement ExecuteResponseType
 class ExecuteResponseTypeImpl
          An implementation of the model object 'Execute Response Type'.
 

Methods in net.opengis.wps10.impl that return ExecuteResponseType
 ExecuteResponseType Wps10FactoryImpl.createExecuteResponseType()
           
 ExecuteResponseType DocumentRootImpl.getExecuteResponse()
           
 

Methods in net.opengis.wps10.impl with parameters of type ExecuteResponseType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetExecuteResponse(ExecuteResponseType newExecuteResponse, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setExecuteResponse(ExecuteResponseType newExecuteResponse)
           
 

Uses of ExecuteResponseType in net.opengis.wps10.util
 

Methods in net.opengis.wps10.util with parameters of type ExecuteResponseType
 java.lang.Object Wps10Switch.caseExecuteResponseType(ExecuteResponseType object)
          Returns the result of interpreting the object as an instance of 'Execute Response Type'.
 boolean Wps10Validator.validateExecuteResponseType(ExecuteResponseType executeResponseType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 

Uses of ExecuteResponseType in org.geotools.data.wps
 

Methods in org.geotools.data.wps with parameters of type ExecuteResponseType
static java.util.Map<java.lang.String,java.lang.Object> WPSUtils.createResultMap(ExecuteResponseType ert, java.util.Map<java.lang.String,java.lang.Object> map)
          Go through the ExecuteResponseType response object and put all the output results into a result map.
 

Uses of ExecuteResponseType in org.geotools.data.wps.response
 

Methods in org.geotools.data.wps.response that return ExecuteResponseType
 ExecuteResponseType ExecuteProcessResponse.getExecuteResponse()
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.