Uses of Interface
net.opengis.wps10.ResponseBaseType
-
Packages that use ResponseBaseType Package Description net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.util -
-
Uses of ResponseBaseType in net.opengis.wps10
Subinterfaces of ResponseBaseType in net.opengis.wps10 Modifier and Type Interface Description interfaceExecuteResponseTypeA representation of the model object 'Execute Response Type'.interfaceProcessDescriptionsTypeA representation of the model object 'Process Descriptions Type'.Methods in net.opengis.wps10 that return ResponseBaseType Modifier and Type Method Description ResponseBaseTypeWps10Factory. createResponseBaseType()Returns a new object of class 'Response Base Type'. -
Uses of ResponseBaseType in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement ResponseBaseType Modifier and Type Class Description classExecuteResponseTypeImplAn implementation of the model object 'Execute Response Type'.classProcessDescriptionsTypeImplAn implementation of the model object 'Process Descriptions Type'.classResponseBaseTypeImplAn implementation of the model object 'Response Base Type'.Methods in net.opengis.wps10.impl that return ResponseBaseType Modifier and Type Method Description ResponseBaseTypeWps10FactoryImpl. createResponseBaseType() -
Uses of ResponseBaseType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type ResponseBaseType Modifier and Type Method Description ObjectWps10Switch. caseResponseBaseType(ResponseBaseType object)Returns the result of interpreting the object as an instance of 'Response Base Type'.booleanWps10Validator. validateResponseBaseType(ResponseBaseType responseBaseType, DiagnosticChain diagnostics, Map context)
-