public interface ServiceInterface
Modifier and Type | Method and Description |
---|---|
ServiceData<? extends Writer> |
callMethod(java.lang.String methodName,
byte[] requestData,
java.lang.Object context)
Calls method with the given name synchronously.
|
ServiceData<? extends Writer> callMethod(java.lang.String methodName, byte[] requestData, java.lang.Object context)
methodName
- Name of the service method to call.requestData
- Request data to be passed to the method.context
- Context specific for particular service.Last updated 2024-12-05 10:34:50