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