Uses of Class
de.aristaflow.ilm.ws.model.execution.EcRemoteIteratorWebService
-
Packages that use EcRemoteIteratorWebService Package Description de.aristaflow.ilm.ws.core.executionmanager de.aristaflow.ilm.ws.rest.model.execution -
-
Uses of EcRemoteIteratorWebService in de.aristaflow.ilm.ws.core.executionmanager
Fields in de.aristaflow.ilm.ws.core.executionmanager declared as EcRemoteIteratorWebService Modifier and Type Field Description protected EcRemoteIteratorWebServiceActivityStartingWebService. eriwsThe web service for remote iterator handlers for execution contexts.Methods in de.aristaflow.ilm.ws.core.executionmanager that return EcRemoteIteratorWebService Modifier and Type Method Description EcRemoteIteratorWebServiceActivityStartingWebService. getEcRemoteIteratorWebService() -
Uses of EcRemoteIteratorWebService in de.aristaflow.ilm.ws.rest.model.execution
Constructors in de.aristaflow.ilm.ws.rest.model.execution with parameters of type EcRemoteIteratorWebService Constructor Description EcRemoteIteratorRest(EcRemoteIteratorWebService 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)
-