|
© 2001 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.beasys.commerce.foundation.pipeline.CommercePipelineComponent | +--com.beasys.commerce.ebusiness.payment.pipeline.PaymentPC
This PipelineComponent
is the base class for all Payment related
PipelineComponent
s components. It contains Payment related utility methods.
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 |
public PaymentPC()
Method Detail |
public static CreditCardService getCreditCardService(PipelineSession pipelineSession) throws PipelineFatalException, java.rmi.RemoteException
CreditCardService
.pipelineSession
- The PipelineSessionPipelineFatalException
- on service creation errorjava.rmi.RemoteException
- on remote error
|
© 2001 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |