© 2001 BEA Systems, Inc.

com.beasys.commerce.ebusiness.payment.pipeline
Class PaymentPC

java.lang.Object
  |
  +--com.beasys.commerce.foundation.pipeline.CommercePipelineComponent
        |
        +--com.beasys.commerce.ebusiness.payment.pipeline.PaymentPC
All Implemented Interfaces:
PipelineComponent
Direct Known Subclasses:
PaymentAuthorizationPC

public abstract class PaymentPC
extends CommercePipelineComponent

This PipelineComponent is the base class for all Payment related PipelineComponents components. It contains Payment related utility methods.

See Also:
CreditCardService, PipelineComponent, PipelineSession, PipelineSessionConstants

Constructor Summary
PaymentPC()
           
 
Method Summary
static CreditCardService getCreditCardService(PipelineSession pipelineSession)
          Returns an instance of the CreditCardService.
 
Methods inherited from class com.beasys.commerce.foundation.pipeline.CommercePipelineComponent
getConnection, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.beasys.commerce.foundation.pipeline.PipelineComponent
process
 

Constructor Detail

PaymentPC

public PaymentPC()
Method Detail

getCreditCardService

public static CreditCardService getCreditCardService(PipelineSession pipelineSession)
                                              throws PipelineFatalException,
                                                     java.rmi.RemoteException
Returns an instance of the CreditCardService.
Parameters:
pipelineSession - The PipelineSession
Throws:
PipelineFatalException - on service creation error
java.rmi.RemoteException - on remote error

© 2001 BEA Systems, Inc.

Copyright © 2001 BEA Systems, Inc. All Rights Reserved