com.google.checkout.handlers
Interface MessageHandler

All Known Implementing Classes:
AuthorizationAmountNotificationHandler, ChargeAmountNotificationHandler, ChargebackAmountNotificationHandler, MerchantCalculationCallbackHandler, NewOrderNotificationHandler, OrderStateChangeNotificationHandler, RefundAmountNotificationHandler, RiskInformationNotificationHandler

public interface MessageHandler

Common interface to represent a message handler. All handler classes must extend from this interface.

Author:
inder

Method Summary
 java.lang.String process(MerchantInfo mi, java.lang.String message)
           
 

Method Detail

process

java.lang.String process(MerchantInfo mi,
                         java.lang.String message)
                         throws CheckoutException
Throws:
CheckoutException