com.dotmarketing.factories.creditcard
Class AuthorizeCreditCardProcessor

java.lang.Object
  extended by com.dotmarketing.factories.creditcard.CreditCardProcessor
      extended by com.dotmarketing.factories.creditcard.AuthorizeCreditCardProcessor

public class AuthorizeCreditCardProcessor
extends CreditCardProcessor


Constructor Summary
AuthorizeCreditCardProcessor()
           
 
Method Summary
 void configure()
           
 HttpServletRequest getRequest()
           
 HttpServletResponse getResponse()
           
 void process()
           
 void setRequest(HttpServletRequest request)
           
 void setResponse(HttpServletResponse response)
           
static java.util.Vector split(java.lang.String pattern, java.lang.String in)
           
 
Methods inherited from class com.dotmarketing.factories.creditcard.CreditCardProcessor
coreProcess, getAmount, getBillingCity, getBillingCompany, getBillingCountry, getBillingEmailAdress, getBillingFirstName, getBillingLastName, getBillingPhone, getBillingState, getBillingStreet, getBillingZip, getCrditCardType, getCreditCardCVV, getCreditCardDriver, getCreditCardExpirationDate, getCreditCardName, getCreditCardNumber, getCreditCardTypeName, getInstance, getShippingCity, getShippingCompany, getShippingCountry, getShippingEmailAdress, getShippingFirstName, getShippingLastName, getShippingPhone, getShippingState, getShippingStreet, getShippingZip, isShipToBilling, setAmount, setBillingCity, setBillingCompany, setBillingCountry, setBillingEmailAdress, setBillingFirstName, setBillingLastName, setBillingPhone, setBillingState, setBillingStreet, setBillingZip, setCrditCardType, setCreditCardCVV, setCreditCardName, setCreditCardNumber, setCreditCardSExpirationDate, setCreditCardTypeName, setShippingCity, setShippingCompany, setShippingCountry, setShippingEmailAdress, setShippingFirstName, setShippingLastName, setShippingPhone, setShippingState, setShippingStreet, setShippingZip, setShipToBilling
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthorizeCreditCardProcessor

public AuthorizeCreditCardProcessor()
Method Detail

getRequest

public HttpServletRequest getRequest()

setRequest

public void setRequest(HttpServletRequest request)

getResponse

public HttpServletResponse getResponse()

setResponse

public void setResponse(HttpServletResponse response)

configure

public void configure()
Specified by:
configure in class CreditCardProcessor

process

public void process()
Specified by:
process in class CreditCardProcessor

split

public static java.util.Vector split(java.lang.String pattern,
                                     java.lang.String in)


Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.