Package com.ibm.etill.framework.xdm

Interface Summary
PSServerAccountConstants  
PSServerAdminConstants  
PSServerBatchConstants  
PSServerBatchTotalConstants  
PSServerCassetteConstants  
PSServerCreditConstants  
PSServerEventListenerConstants  
PSServerMerchantConstants  
PSServerOrderConstants  
PSServerPaymentConstants  
PSServerPaymentSystemConstants  
PSServerPayServerConstants  
PSServerUserInfoConstants  
QueryRequestConstants  
 

Class Summary
AccountQueryRequest It is a subclass of the QueryRequest class and it encapsulates the query accounts command with all of its parameters.
BatchQueryRequest  
CassetteQueryRequest It is a subclass of the QueryRequest class and it encapsulates the query cassette command with all of its parameters.
CreditQueryRequest  
EventListenerQueryRequest  
FinancialObjectQueryRequest An abstract class that is a subclass of QueryRequest and it encapsulates the query parameters used to query financial objects.
MerchantQueryRequest  
OrderQueryRequest  
PaymentQueryRequest  
PaymentSystemQueryRequest It is a subclass of the QueryRequest class and it encapsulates the query payment system command with all of its parameters.
PayServerQueryRequest  
PSServerAccount This is the server-side account class.
PSServerAdminObject There is a distinction between administrative and query commands.
PSServerBatch This class encapsulates the standard parameters that are required for all queries on batch processing.
PSServerBatchTotal  
PSServerCassette This is the server-side cassette class that a cassette registers with.
PSServerCredit Payment Server Credit
PSServerEventListener This Payment Server event listener class should be instantiated by cassette developer interested in Payment Server events.
PSServerFinancialObject  
PSServerMerchant  
PSServerObject The superclass to PSSeverBatchTotal, PSServerFinancialObject, and PSServerAdminObject and it's exposed to cassettes through these subclasses.
PSServerOrder  
PSServerPayment This is a subclass of PSServerFinancialObject and implements the PSServerPaymentConstants interface.
PSServerPaymentSystem This is the server-side payment system class.
PSServerPayServer Pay server class that a cassette registers with.
PSServerUserInfo This class encapsulates user information administered by the payment server.
QueryRequest An abstract base class for all of the query request objects.
QueryResponse This class encapsulates the standard parameters that are required for all queries on Payment Server objects.
TransactionQueryRequest An abstract class that has its superclass as the FinancialObjectQueryRequest.
UserInfoQueryRequest  
XDMMessages