public interface LocalServiceClient
This service must be started by the application installed on a Client having local access to the smart card reader but wishes to delegate all or part of the ticketing processing to a remote application :
LocalServiceClientFactory.
LocalServiceClientUtils.getLocalService().
| Modifier and Type | Method and Description |
|---|---|
<T> T |
executeRemoteService(RemoteServiceParameters parameters,
java.lang.Class<T> classOfT)
Allows you to connect a local card reader to a remote server and execute a specific ticketing
service from the server.
|
<T> T executeRemoteService(RemoteServiceParameters parameters, java.lang.Class<T> classOfT)
The service is identify by the serviceId parameter.
T - The generic type of the expected user output data.parameters - The service parameters (serviceId, ...) (see RemoteServiceParameters
documentation for all possible parameters).classOfT - The class of the expected user output data.