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 interface
ExecuteResponseType
A representation of the model object 'Execute Response Type'.interface
ProcessDescriptionsType
A representation of the model object 'Process Descriptions Type'.Methods in net.opengis.wps10 that return ResponseBaseType Modifier and Type Method Description ResponseBaseType
Wps10Factory. 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 class
ExecuteResponseTypeImpl
An implementation of the model object 'Execute Response Type'.class
ProcessDescriptionsTypeImpl
An implementation of the model object 'Process Descriptions Type'.class
ResponseBaseTypeImpl
An implementation of the model object 'Response Base Type'.Methods in net.opengis.wps10.impl that return ResponseBaseType Modifier and Type Method Description ResponseBaseType
Wps10FactoryImpl. 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 Object
Wps10Switch. caseResponseBaseType(ResponseBaseType object)
Returns the result of interpreting the object as an instance of 'Response Base Type'.boolean
Wps10Validator. validateResponseBaseType(ResponseBaseType responseBaseType, DiagnosticChain diagnostics, Map context)
-