© 2001 BEA Systems, Inc.

com.beasys.commerce.ebusiness.payment
Class CyberCash

java.lang.Object
  |
  +--com.beasys.commerce.ebusiness.payment.CyberCash

public class CyberCash
extends java.lang.Object


Field Summary
protected static java.lang.String CYBERCASH_LIBRARY
           Varible that holds the name of the library.
 
Constructor Summary
protected CyberCash()
           
 
Method Summary
static CyberCash getInstance()
           
 void initialize(java.lang.String configFileName)
          This method reads configuration data from the filename passed as an argument.
 java.lang.String[] sendToServer(java.lang.String message, java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CYBERCASH_LIBRARY

protected static java.lang.String CYBERCASH_LIBRARY

 Varible that holds the name of the library.

 
Constructor Detail

CyberCash

protected CyberCash()
Method Detail

initialize

public void initialize(java.lang.String configFileName)
This method reads configuration data from the filename passed as an argument. Call it before starting any work with CyberCash.
Parameters:
configFileName - The full path and filename of the merchant configuration file to use for initialization of CyberCash.

sendToServer

public java.lang.String[] sendToServer(java.lang.String message,
                                       java.lang.String[] args)

getInstance

public static CyberCash getInstance()

© 2001 BEA Systems, Inc.

Copyright © 2001 BEA Systems, Inc. All Rights Reserved