Package | Description |
---|---|
org.eclipse.keyple.core.card.message |
Contains the POJOs carrying the data to or from the cards.
|
org.eclipse.keyple.core.card.selection |
Contains the classes to handle the card selection process.
|
org.eclipse.keyple.core.plugin |
Contains the plugin and reader management classes.
|
org.eclipse.keyple.core.service.event |
Contains the necessary APIs for observing plugins and readers (used by ticketing applications).
|
org.eclipse.keyple.core.service.exception |
Contains the basic exceptions related to the management of plugins and readers.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<CardSelectionResponse> |
DefaultSelectionsResponse.getCardSelectionResponses()
Gets the result of the selection as a list of responses corresponding to the requests made in
AbstractDefaultSelectionsRequest . |
java.util.List<CardSelectionResponse> |
ProxyReader.transmitCardSelectionRequests(java.util.List<CardSelectionRequest> cardSelectionRequests,
MultiSelectionProcessing multiSelectionProcessing,
ChannelControl channelControl)
Transmits the list of
CardSelectionRequest and gets in return a list of CardSelectionResponse . |
Constructor and Description |
---|
DefaultSelectionsResponse(java.util.List<CardSelectionResponse> cardSelectionResponses)
Builds a DefaultSelectionsResponse from the list of
CardSelectionResponse received from
the reader during the selection process. |
Modifier and Type | Method and Description |
---|---|
protected abstract AbstractSmartCard |
AbstractCardSelection.parse(CardSelectionResponse cardSelectionResponse)
Parsing method to be implemented in a card specific extension.
|
Constructor and Description |
---|
AbstractSmartCard(CardSelectionResponse cardSelectionResponse)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.List<CardSelectionResponse> |
AbstractLocalReader.processCardSelectionRequests(java.util.List<CardSelectionRequest> cardSelectionRequests,
MultiSelectionProcessing multiSelectionProcessing,
ChannelControl channelControl)
Local implementation of
AbstractReader.processCardSelectionRequests(List,
MultiSelectionProcessing, ChannelControl) |
protected abstract java.util.List<CardSelectionResponse> |
AbstractReader.processCardSelectionRequests(java.util.List<CardSelectionRequest> cardSelectionRequests,
MultiSelectionProcessing multiSelectionProcessing,
ChannelControl channelControl)
This method is the actual implementation of the process of transmitting a list of
CardSelectionRequest as defined by ProxyReader.transmitCardSelectionRequests(List,
MultiSelectionProcessing, ChannelControl) . |
java.util.List<CardSelectionResponse> |
AbstractReader.transmitCardSelectionRequests(java.util.List<CardSelectionRequest> cardSelectionRequests,
MultiSelectionProcessing multiSelectionProcessing,
ChannelControl channelControl)
Transmits the list of
CardSelectionRequest and gets in return a list of CardSelectionResponse . |
Modifier and Type | Method and Description |
---|---|
protected abstract java.util.List<CardSelectionResponse> |
AbstractDefaultSelectionsResponse.getCardSelectionResponses()
Gets the result of the selection as a list of responses corresponding to the requests made in
AbstractDefaultSelectionsRequest . |
Modifier and Type | Method and Description |
---|---|
java.util.List<CardSelectionResponse> |
KeypleReaderIOException.getCardSelectionResponses() |
Modifier and Type | Method and Description |
---|---|
void |
KeypleReaderIOException.setCardSelectionResponses(java.util.List<CardSelectionResponse> cardSelectionResponses) |