Uses of Class
de.aristaflow.ilm.ws.model.common.ServerStreamStringWebService
-
Packages that use ServerStreamStringWebService Package Description de.aristaflow.ilm.ws.core.executionmanager de.aristaflow.ilm.ws.rest.model.common -
-
Uses of ServerStreamStringWebService in de.aristaflow.ilm.ws.core.executionmanager
Fields in de.aristaflow.ilm.ws.core.executionmanager declared as ServerStreamStringWebService Modifier and Type Field Description protected ServerStreamStringWebServiceInstanceExecutionMonitorWebService. ssswsThe web service for lazy retrieval of strings and UDT values.Methods in de.aristaflow.ilm.ws.core.executionmanager that return ServerStreamStringWebService Modifier and Type Method Description ServerStreamStringWebServiceInstanceExecutionMonitorWebService. getServerStreamStringWebService() -
Uses of ServerStreamStringWebService in de.aristaflow.ilm.ws.rest.model.common
Constructors in de.aristaflow.ilm.ws.rest.model.common with parameters of type ServerStreamStringWebService Constructor Description ServerStreamStringIteratorRest(ServerStreamStringWebService service, de.aristaflow.adept2.base.communication.rest.RequestHandler reqHandler, de.aristaflow.adept2.base.communication.rest.ResponseHandler respHandler, de.aristaflow.adept2.base.communication.rest.ExceptionHandler excpHandler, de.aristaflow.adept2.base.communication.rest.ServiceResourceConfig srConf, Supplier<com.fasterxml.jackson.databind.ObjectMapper> objectMapper, UnaryOperator<Exception> headerDataExcpAdapter)
-