com.ibm.commerce.payment.utils
Interface PMConstants

All Known Implementing Classes:
PMCashierFactory, PMClientFactory

public interface PMConstants

Various String constants used to access attributes in the PaymentManager element of the WebSphere Commerce configuration XML file.


Field Summary
static java.lang.String CFG_PMWEBSERVERPORT
          The short name for the WebSphere Commerce Payments web server port configuration parameter.
static java.lang.String CFG_SOCKSPORT
          The short name for the WebSphere Commerce Payments SocksPort configuration parameter.
static java.lang.String COPYRIGHT
          IBM copyright notice field.
static java.lang.String DEFAULT_WCS_PMADMINID
          Default Administrator ID for WebSphere Commerce Server to WebSphere Commerce Payments communications
static java.lang.String DEFAULT_WEBSERVER_PORT
          Default non-SSL port if a port number is not specified.
static java.lang.String DEFAULT_WEBSERVER_SSL_PORT
          Default SSL port if a port number is not specified.
static java.lang.String INST_CFG_CONFILEPATH
          Parameter name constant for the WebSphere Commerce configuration file path parameter.
static java.lang.String PM_CFG_DTDPATH
          Parameter name constant for the WebSphere Commerce Payments DTD Path configuration parameter.
static java.lang.String PM_CFG_HOSTNAME
          Parameter name constant for the WebSphere Commerce Payments web server hostname configuration parameter.
static java.lang.String PM_CFG_PMADMINID
          Parameter name constant for the WebSphere Commerce Payments Administrator ID configuration parameter.
static java.lang.String PM_CFG_PMWEBSERVERPORT
          Parameter name constant for the WebSphere Commerce Payments web server port configuration parameter.
static java.lang.String PM_CFG_PROFILEPATH
          Parameter name constant for the WebSphere Commerce Payments cashier profile path configuration parameter.
static java.lang.String PM_CFG_SOCKSHOSTNAME
          Parameter name constant for the WebSphere Commerce Payments SocksHostName configuration parameter.
static java.lang.String PM_CFG_SOCKSPORT
          Parameter name constant for the WebSphere Commerce Payments SocksPort configuration parameter.
static java.lang.String PM_CFG_USEEXTERNALPM
          Parameter name constant for the WebSphere Commerce Payments UseExternalPM configuration parameter.
static java.lang.String PM_CFG_USENONSSLPMCLNT
          Parameter name constant for the WebSphere Commerce Payments Use Non-SSL PMClient configuration parameter.
static java.lang.String PM_CFG_USESOCKS           Parameter name constant for the WebSphere Commerce Payments UseSocksServer configuration parameter.
 

Field Detail
public static final java.lang.String COPYRIGHT
IBM copyright notice field.
See Also:
Constant Field Values

DEFAULT_WEBSERVER_PORT

public static final java.lang.String DEFAULT_WEBSERVER_PORT
Default non-SSL port if a port number is not specified.
See Also:
Constant Field Values

DEFAULT_WEBSERVER_SSL_PORT

public static final java.lang.String DEFAULT_WEBSERVER_SSL_PORT
Default SSL port if a port number is not specified.
See Also:
Constant Field Values

DEFAULT_WCS_PMADMINID

public static final java.lang.String DEFAULT_WCS_PMADMINID
Default Administrator ID for WebSphere Commerce Server to WebSphere Commerce Payments communications
See Also:
Constant Field Values

PM_CFG_PROFILEPATH

public static final java.lang.String PM_CFG_PROFILEPATH
Parameter name constant for the WebSphere Commerce Payments cashier profile path configuration parameter.
See Also:
Constant Field Values

PM_CFG_HOSTNAME

public static final java.lang.String PM_CFG_HOSTNAME
Parameter name constant for the WebSphere Commerce Payments web server hostname configuration parameter.
See Also:
Constant Field Values

PM_CFG_PMWEBSERVERPORT

public static final java.lang.String PM_CFG_PMWEBSERVERPORT
Parameter name constant for the WebSphere Commerce Payments web server port configuration parameter.
See Also:
Constant Field Values

PM_CFG_USESOCKS

public static final java.lang.String PM_CFG_USESOCKS
Parameter name constant for the WebSphere Commerce Payments UseSocksServer configuration parameter.
See Also:
Constant Field Values

PM_CFG_SOCKSHOSTNAME

public static final java.lang.String PM_CFG_SOCKSHOSTNAME
Parameter name constant for the WebSphere Commerce Payments SocksHostName configuration parameter.
See Also:
Constant Field Values

PM_CFG_SOCKSPORT

public static final java.lang.String PM_CFG_SOCKSPORT
Parameter name constant for the WebSphere Commerce Payments SocksPort configuration parameter.
See Also:
Constant Field Values

PM_CFG_USENONSSLPMCLNT

public static final java.lang.String PM_CFG_USENONSSLPMCLNT
Parameter name constant for the WebSphere Commerce Payments Use Non-SSL PMClient configuration parameter.
See Also:
Constant Field Values

PM_CFG_USEEXTERNALPM

public static final java.lang.String PM_CFG_USEEXTERNALPM
Parameter name constant for the WebSphere Commerce Payments UseExternalPM configuration parameter.
See Also:
Constant Field Values

PM_CFG_DTDPATH

public static final java.lang.String PM_CFG_DTDPATH
Parameter name constant for the WebSphere Commerce Payments DTD Path configuration parameter.
See Also:
Constant Field Values

PM_CFG_PMADMINID

public static final java.lang.String PM_CFG_PMADMINID
Parameter name constant for the WebSphere Commerce Payments Administrator ID configuration parameter.
See Also:
Constant Field Values

INST_CFG_CONFILEPATH

public static final java.lang.String INST_CFG_CONFILEPATH
Parameter name constant for the WebSphere Commerce configuration file path parameter.
See Also:
Constant Field Values

CFG_PMWEBSERVERPORT

public static final java.lang.String CFG_PMWEBSERVERPORT
The short name for the WebSphere Commerce Payments web server port configuration parameter.
See Also:
Constant Field Values

CFG_SOCKSPORT

public static final java.lang.String CFG_SOCKSPORT
The short name for the WebSphere Commerce Payments SocksPort configuration parameter.
See Also:
Constant Field Values