Uses of Class
org.n52.shetland.ogc.wps.StatusInfo
-
Packages that use StatusInfo Package Description org.n52.shetland.ogc.wps.response -
-
Uses of StatusInfo in org.n52.shetland.ogc.wps.response
Methods in org.n52.shetland.ogc.wps.response that return StatusInfo Modifier and Type Method Description StatusInfoDismissResponse. getStatus()StatusInfoGetStatusResponse. getStatus()Methods in org.n52.shetland.ogc.wps.response that return types with arguments of type StatusInfo Modifier and Type Method Description Optional<StatusInfo>ExecuteResponse. getStatus()Methods in org.n52.shetland.ogc.wps.response with parameters of type StatusInfo Modifier and Type Method Description voidDismissResponse. setStatus(StatusInfo status)voidExecuteResponse. setStatus(StatusInfo status)voidGetStatusResponse. setStatusInfo(StatusInfo status)Constructors in org.n52.shetland.ogc.wps.response with parameters of type StatusInfo Constructor Description DismissResponse(String service, String version, StatusInfo status)ExecuteResponse(String service, String version, StatusInfo status)GetStatusResponse(String service, String version, StatusInfo status)
-