er.wopaypal
Class PayPalNotificationLogger
java.lang.Object
er.wopaypal.PayPalNotificationLogger
public class PayPalNotificationLogger
- extends java.lang.Object
The PayPalNotificationLogger class is simply an example of a delegate for the PayPalNotificationListener class. In reality, a delegate can implement any or all of these methods from the PayPalNotificationListener.Delegate interface, and use whatever custom logic fits the need. Examples would be logging the transactions to a database, a file, etc.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PayPalNotificationLogger
public PayPalNotificationLogger()
- Constructor.
processDeniedPaypalTransaction
public void processDeniedPaypalTransaction(com.webobjects.appserver.WORequest aRequest)
processFailedPaypalTransaction
public void processFailedPaypalTransaction(com.webobjects.appserver.WORequest aRequest)
processInvalidPaypalTransaction
public void processInvalidPaypalTransaction(com.webobjects.appserver.WORequest aRequest)
processPendingPaypalTransaction
public void processPendingPaypalTransaction(com.webobjects.appserver.WORequest aRequest)
processValidPaypalTransaction
public void processValidPaypalTransaction(com.webobjects.appserver.WORequest aRequest)
Copyright © 2002 – 2007 Project Wonder.