com.softslate.commerce.customer.payment
Class AuthorizeNetDPMRelayResponseAction

java.lang.Object
  extended by org.apache.struts.action.Action
      extended by com.softslate.commerce.customer.core.BaseAction
          extended by com.softslate.commerce.customer.order.CheckoutAction
              extended by com.softslate.commerce.customer.payment.AuthorizeNetDPMRelayResponseAction

public class AuthorizeNetDPMRelayResponseAction
extends CheckoutAction

Struts action class used for the relay response from authorize. Used for requests to "/AuthorizeNetDPM.do".

The execute method is going to create the relay response page.

Author:
Tony Zakula

Field Summary
(package private) static org.apache.commons.logging.Log log
           
 
Fields inherited from class org.apache.struts.action.Action
servlet
 
Constructor Summary
AuthorizeNetDPMRelayResponseAction()
           
 
Method Summary
 org.apache.struts.action.ActionForward execute(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Forwards the user to the appropriate checkout screen based on the status of the session and the store's database settings.
private  java.lang.String processError(net.authorize.sim.Result result, java.lang.StringBuffer receiptUrlBuffer, java.lang.String ssStatus)
           
private  java.lang.String processSuccess(net.authorize.sim.Result result, java.lang.StringBuffer receiptUrlBuffer)
           
 
Methods inherited from class com.softslate.commerce.customer.order.CheckoutAction
loadShippingOptions, prepareCheckoutAddressesForm, prepareCheckoutShippingForm, prepareLoginForm, preparePaymentForm, preparePaymentForms, prepareRegisterForm, processCheckoutAddresses, processCheckoutAddresses, processCheckoutConfirm, processCheckoutLogin, processCheckoutPayment, processCheckoutRegister, processCheckoutShipping, processDeclineLogin, processInventoryDiscountCheck, processOrderComplete, processPayment, processShipping, processTax, validatePaymentForm
 
Methods inherited from class org.apache.struts.action.Action
addErrors, addMessages, execute, generateToken, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

static org.apache.commons.logging.Log log
Constructor Detail

AuthorizeNetDPMRelayResponseAction

public AuthorizeNetDPMRelayResponseAction()
Method Detail

execute

public org.apache.struts.action.ActionForward execute(org.apache.struts.action.ActionMapping mapping,
                                                      org.apache.struts.action.ActionForm form,
                                                      javax.servlet.http.HttpServletRequest request,
                                                      javax.servlet.http.HttpServletResponse response)
                                               throws java.lang.Exception
Description copied from class: CheckoutAction
Forwards the user to the appropriate checkout screen based on the status of the session and the store's database settings.

Overrides:
execute in class CheckoutAction
Throws:
java.lang.Exception

processError

private java.lang.String processError(net.authorize.sim.Result result,
                                      java.lang.StringBuffer receiptUrlBuffer,
                                      java.lang.String ssStatus)

processSuccess

private java.lang.String processSuccess(net.authorize.sim.Result result,
                                        java.lang.StringBuffer receiptUrlBuffer)


Copyright © SoftSlate, LLC 2003–2012