org.broadleafcommerce.core.payment.service.module
Class AbstractModule

java.lang.Object
  extended by org.broadleafcommerce.core.payment.service.module.AbstractModule
All Implemented Interfaces:
PaymentModule
Direct Known Subclasses:
AcceptAndPassthroughModule, DefaultModule, NullCreditCardPaymentModule

public abstract class AbstractModule
extends Object
implements PaymentModule


Constructor Summary
AbstractModule()
           
 
Method Summary
protected  PaymentResponseItem getNewResponseItem()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.broadleafcommerce.core.payment.service.module.PaymentModule
authorize, authorizeAndDebit, balance, credit, debit, isValidCandidate, reverseAuthorize, voidPayment
 

Constructor Detail

AbstractModule

public AbstractModule()
Method Detail

getNewResponseItem

protected PaymentResponseItem getNewResponseItem()


Copyright © 2012. All Rights Reserved.