|
Project Wonder 5.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface PayPalNotificationListener.Delegate
Interface for the delegate. Defines the methods which the delegate may implement to be able to process the PayPal IPN status notifications sent from the PayPalAction class' ipnAction. The delegate you assign to the PayPalNotificationListener must implement a subset of the methods defined in the Delegate interface. This allows you to define which notifications you're interested in, and how you want to handle them. Log them to a file, save them in a database, etc.
Field Summary | |
---|---|
static java.lang.String |
PROCESS_DENIED_PAYPAL_TRANSACTION
Method name to call on delegate object when Observer recieves a notification with DENIED result. |
static java.lang.String |
PROCESS_FAILED_PAYPAL_TRANSACTION
Method name to call on delegate object when Observer recieves a notification with FAILED result. |
static java.lang.String |
PROCESS_INVALID_PAYPAL_TRANSACTION
Method name to call on delegate object when Observer recieves a notification with INVALID result. |
static java.lang.String |
PROCESS_PENDING_PAYPAL_TRANSACTION
Method name to call on delegate object when Observer recieves a notification with PENDING result. |
static java.lang.String |
PROCESS_VALID_PAYPAL_TRANSACTION
Method name to call on delegate object when Observer recieves a notification with VALID result. |
Method Summary | |
---|---|
void |
processDeniedPaypalTransaction(com.webobjects.appserver.WORequest aRequest)
method stub for processing Paypal IPN's that come with DENIED status "@param aRequest |
void |
processFailedPaypalTransaction(com.webobjects.appserver.WORequest aRequest)
method stub for processing Paypal IPN's that come with FAILED status "@param aRequest |
void |
processInvalidPaypalTransaction(com.webobjects.appserver.WORequest aRequest)
method stub for processing Paypal IPN's that come with INVALID status "@param aRequest |
void |
processPendingPaypalTransaction(com.webobjects.appserver.WORequest aRequest)
method stub for processing Paypal IPN's that come with PENDING status "@param aRequest |
void |
processValidPaypalTransaction(com.webobjects.appserver.WORequest aRequest)
method stub for processing Paypal IPN's that come with VALID status "@param aRequest |
Field Detail |
---|
static final java.lang.String PROCESS_DENIED_PAYPAL_TRANSACTION
static final java.lang.String PROCESS_FAILED_PAYPAL_TRANSACTION
static final java.lang.String PROCESS_INVALID_PAYPAL_TRANSACTION
static final java.lang.String PROCESS_PENDING_PAYPAL_TRANSACTION
static final java.lang.String PROCESS_VALID_PAYPAL_TRANSACTION
Method Detail |
---|
void processDeniedPaypalTransaction(com.webobjects.appserver.WORequest aRequest)
aRequest
- WORequestvoid processFailedPaypalTransaction(com.webobjects.appserver.WORequest aRequest)
aRequest
- WORequestvoid processInvalidPaypalTransaction(com.webobjects.appserver.WORequest aRequest)
aRequest
- WORequestvoid processPendingPaypalTransaction(com.webobjects.appserver.WORequest aRequest)
aRequest
- WORequestvoid processValidPaypalTransaction(com.webobjects.appserver.WORequest aRequest)
aRequest
- WORequest
|
Last updated: Tue, Feb 21, 2017 05:45 PM CET | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |