Project Wonder 5.0

er.wopaypal
Class PayPalNotificationLogger

java.lang.Object
  extended by 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.


Constructor Summary
PayPalNotificationLogger()
          Constructor.
 
Method Summary
 void processDeniedPaypalTransaction(com.webobjects.appserver.WORequest aRequest)
           
 void processFailedPaypalTransaction(com.webobjects.appserver.WORequest aRequest)
           
 void processInvalidPaypalTransaction(com.webobjects.appserver.WORequest aRequest)
           
 void processPendingPaypalTransaction(com.webobjects.appserver.WORequest aRequest)
           
 void processValidPaypalTransaction(com.webobjects.appserver.WORequest aRequest)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PayPalNotificationLogger

public PayPalNotificationLogger()
Constructor.

Method Detail

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)

Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.