Uses of Class
de.aristaflow.ilm.ws.model.runtimeenvironment.ScRemoteIteratorWebService
Packages that use ScRemoteIteratorWebService
Package
Description
-
Uses of ScRemoteIteratorWebService in de.aristaflow.ilm.ws.core.runtimeservice
Fields in de.aristaflow.ilm.ws.core.runtimeservice declared as ScRemoteIteratorWebServiceModifier and TypeFieldDescriptionprotected final ScRemoteIteratorWebServiceRemoteActivityStartingWebService.sriwsThe web service for remote iterator handlers for simple session contexts.Methods in de.aristaflow.ilm.ws.core.runtimeservice that return ScRemoteIteratorWebServiceModifier and TypeMethodDescriptionRemoteActivityStartingWebService.getScRemoteIteratorWebService() -
Uses of ScRemoteIteratorWebService in de.aristaflow.ilm.ws.rest.model.runtimeenvironment
Constructors in de.aristaflow.ilm.ws.rest.model.runtimeenvironment with parameters of type ScRemoteIteratorWebServiceModifierConstructorDescriptionScRemoteIteratorRest(ScRemoteIteratorWebService 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)