com.ibm.commerce.payment.utils

Interface PMConstants



  • public interface PMConstants
    Various String constants used to access attributes in the PaymentManager element of the WebSphere Commerce configuration XML file.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      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_ENABLED
      Parameter name constant for if the WebSphere Commerce Payments is enabled or disabled.
      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

      • COPYRIGHT

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

        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

        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

        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

        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

        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

        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

        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

        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

        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

        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

        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

        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

        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
      • PM_CFG_ENABLED

        static final java.lang.String PM_CFG_ENABLED
        Parameter name constant for if the WebSphere Commerce Payments is enabled or disabled. FALSE == not enabled, else == enabled.
        See Also:
        Constant Field Values
      • INST_CFG_CONFILEPATH

        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

        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

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