Package com.smeup.kokos.sdk.rpgle.caller
Class ServiceCaller
java.lang.Object
com.smeup.kokos.sdk.caller.ServiceCaller
com.smeup.kokos.sdk.rpgle.caller.ServiceCaller
- All Implemented Interfaces:
com.smeup.kokos.sdk.caller.IServiceCaller
public class ServiceCaller
extends com.smeup.kokos.sdk.caller.ServiceCaller
- Author:
- mattia.bonardi ServiceCaller dispatch the runtime to relative service declared into fun service
-
Field Summary
Fields inherited from class com.smeup.kokos.sdk.caller.ServiceCaller
DEFAULT_SERVICES_PACKAGE, KOKOS_PROXY_SERVICE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecuteService(Class<? extends com.smeup.kokos.sdk.caller.KokosService> serviceClass, com.smeup.kokos.sdk.fun.Fun fun, com.smeup.kokos.sdk.model.ExecutionContext context, OutputStream out, com.smeup.kokos.sdk.util.SmeupDataStructurePrinter printer) Methods inherited from class com.smeup.kokos.sdk.caller.ServiceCaller
changeServicePackage, dispatch, dispatchAsync, dispatchWithTimeout
-
Constructor Details
-
ServiceCaller
public ServiceCaller()
-
-
Method Details
-
executeService
protected void executeService(Class<? extends com.smeup.kokos.sdk.caller.KokosService> serviceClass, com.smeup.kokos.sdk.fun.Fun fun, com.smeup.kokos.sdk.model.ExecutionContext context, OutputStream out, com.smeup.kokos.sdk.util.SmeupDataStructurePrinter printer) throws Exception - Overrides:
executeServicein classcom.smeup.kokos.sdk.caller.ServiceCaller- Throws:
Exception
-