public interface RemoteReaderServer
extends org.eclipse.keyple.core.service.Reader
This reader behaves like a Reader but exposes additional services.
| Modifier and Type | Method and Description |
|---|---|
<T extends org.eclipse.keyple.core.card.selection.AbstractSmartCard> |
getInitialCardContent(java.lang.Class<T> classOfT)
Gets the initial content of the smart card if it is set.
|
java.lang.String |
getServiceId()
Gets the id of the remote service to execute on the server side.
|
<T> T |
getUserInputData(java.lang.Class<T> classOfT)
Gets the user input data if it is set.
|
java.lang.String getServiceId()
<T> T getUserInputData(java.lang.Class<T> classOfT)
T - The expected user input data type.classOfT - The expected user input data type.<T extends org.eclipse.keyple.core.card.selection.AbstractSmartCard> T getInitialCardContent(java.lang.Class<T> classOfT)
T - The expected smart card type.classOfT - The expected smart card type.