public abstract class AbstractSamCommandBuilder<T extends AbstractSamResponseParser>
extends org.eclipse.keyple.core.card.command.AbstractIso7816CommandBuilder
| Modifier and Type | Field and Description |
|---|---|
protected SamRevision |
defaultRevision |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractSamCommandBuilder(CalypsoSamCommand reference,
org.eclipse.keyple.core.card.message.ApduRequest request) |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
createResponseParser(org.eclipse.keyple.core.card.message.ApduResponse apduResponse)
Create the response parser matching the builder
|
CalypsoSamCommand |
getCommandRef() |
setApduRequestprotected SamRevision defaultRevision
protected AbstractSamCommandBuilder(CalypsoSamCommand reference, org.eclipse.keyple.core.card.message.ApduRequest request)
public abstract T createResponseParser(org.eclipse.keyple.core.card.message.ApduResponse apduResponse)
apduResponse - the response data from the the cardAbstractApduResponseParserpublic CalypsoSamCommand getCommandRef()
getCommandRef in class org.eclipse.keyple.core.card.command.AbstractApduCommandBuilder