jPOS 1.6.1 API Documentation

org.jpos.core
Interface CardTransactionResponse

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ErrorResponse, ThinResponse

public interface CardTransactionResponse
extends java.io.Serializable

Since:
jPOS 1.1
Version:
$Id: CardTransactionResponse.java 2594 2008-01-22 16:41:31Z apr $
Author:
apr@cs.com.uy
See Also:
CardTransaction, ErrorResponse

Method Summary
 boolean canContinue()
           
 java.lang.String getAutCode()
           
 java.lang.String getAutNumber()
           
 java.lang.String getBatchName()
           
 byte[] getImage()
          provides a [signed] [encripted] serialized image of a given previously processed transaction (suitable to be saved on persistent storage)
 java.lang.String getMessage()
           
 boolean isApproved()
           
 boolean isAuthoritative()
           
 

Method Detail

getImage

byte[] getImage()
                throws CardAgentException
provides a [signed] [encripted] serialized image of a given previously processed transaction (suitable to be saved on persistent storage)

Returns:
a serialized image of this transaction
Throws:
CardAgentException

getAutCode

java.lang.String getAutCode()

getMessage

java.lang.String getMessage()

getAutNumber

java.lang.String getAutNumber()

isApproved

boolean isApproved()

canContinue

boolean canContinue()

isAuthoritative

boolean isAuthoritative()

getBatchName

java.lang.String getBatchName()

jPOS.org