Package | Description |
---|---|
org.eclipse.keyple.core.card.message |
Contains the POJOs carrying the data to or from the cards.
|
org.eclipse.keyple.core.plugin |
Contains the plugin and reader management classes.
|
org.eclipse.keyple.core.service.exception |
Contains the basic exceptions related to the management of plugins and readers.
|
Modifier and Type | Method and Description |
---|---|
CardResponse |
CardSelectionResponse.getCardResponse()
Gets the apdu responses.
|
CardResponse |
ProxyReader.transmitCardRequest(CardRequest cardRequest,
ChannelControl channelControl)
Transmits a single
CardRequest passed as an argument and returns a CardResponse . |
Constructor and Description |
---|
CardSelectionResponse(SelectionStatus selectionStatus,
CardResponse cardResponse)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected CardResponse |
AbstractLocalReader.processCardRequest(CardRequest cardRequest,
ChannelControl channelControl)
Local implementation of
AbstractReader.processCardSelectionRequests(List,
MultiSelectionProcessing, ChannelControl) |
protected abstract CardResponse |
AbstractReader.processCardRequest(CardRequest cardRequest,
ChannelControl channelControl)
This method is the actual implementation of the process of a
CardRequest as defined by
ProxyReader.transmitCardRequest(CardRequest, ChannelControl) |
CardResponse |
AbstractReader.transmitCardRequest(CardRequest cardRequest,
ChannelControl channelControl)
Transmits a single
CardRequest passed as an argument and returns a CardResponse . |
Modifier and Type | Method and Description |
---|---|
CardResponse |
KeypleReaderIOException.getCardResponse() |
Modifier and Type | Method and Description |
---|---|
void |
KeypleReaderIOException.setCardResponse(CardResponse cardResponse) |