com.google.checkout.handlers
Class ChargebackAmountNotificationHandler

java.lang.Object
  extended by com.google.checkout.handlers.ChargebackAmountNotificationHandler
All Implemented Interfaces:
MessageHandler

public class ChargebackAmountNotificationHandler
extends java.lang.Object
implements MessageHandler

Author:
simonjsmith, Inderjeet Singh (inder@google.com)

Constructor Summary
ChargebackAmountNotificationHandler()
           
 
Method Summary
 java.lang.String process(MerchantInfo mi, java.lang.String notificationMsg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChargebackAmountNotificationHandler

public ChargebackAmountNotificationHandler()
Method Detail

process

public java.lang.String process(MerchantInfo mi,
                                java.lang.String notificationMsg)
                         throws CheckoutException
Specified by:
process in interface MessageHandler
Parameters:
mi - The merchant info
notificationMsg - The notification message
Returns:
An acknowledgement string indicating whether the notificationMsg was successfully processed.
Throws:
CheckoutException - if an error occured while processing the notificationMsg