com.ibm.commerce.marketingcenter.config

Class WCSConfig

  • java.lang.Object
    • com.ibm.commerce.marketingcenter.config.WCSConfig


  • public class WCSConfig
    extends java.lang.Object
    Defines all the constant used in retrieving configuration from WCS XML file. Creation date: (10/5/00 12:39:39 PM)
    • Constructor Detail

      • WCSConfig

        public WCSConfig()
    • Method Detail

      • getExternalServerNode

        public static org.w3c.dom.Element getExternalServerNode(java.lang.String name)
        Returns the Element responding to the ExternalServer Node. Creation date: (10/5/00 12:41:25 PM)
        Parameters:
        name - Name of the external server
        Returns:
        ExternalServer ELement
      • getServers

        public static org.w3c.dom.Node getServers()
        Returns the DOM node responding to the ExternalServers Node. Creation date: (10/5/00 1:01:53 PM)
        Returns:
        org.w3c.dom.Element