com.ibm.dse.cs.xml
Class CSConstants

java.lang.Object
  |
  +--com.ibm.dse.cs.servlet.CSConstants
        |
        +--com.ibm.dse.cs.xml.CSConstants

public class CSConstants
extends CSConstants

The CSConstants class extends the com.ibm.dse.cs.servlet.CSConstants

This class is used to define constants to be used by the XML Connector


Field Summary
static java.lang.String COMPID
          The value for the xml tracing
static java.lang.String PROCESSOR
          The value for the XML processor
 
Fields inherited from class com.ibm.dse.cs.servlet.CSConstants
APPLICATIONIDKEY, COMPID, COOKIEKEY, CREATESESSIONKEY, DATAAPPLICATIONIDKEY, DATACREATESESSIONKEY, DATAKEY, DATASERVERIDKEY, DATASESSIONIDKEY, DATATIDKEY, HEADERKEY, HTML, IGNORE, JAVA, PDA, RUNINSESSION, SERVERIDKEY, SESSIONIDKEY, SESSIONIDNAME, TIDKEY, WAP, XML
 
Constructor Summary
CSConstants()
          CSConstants constructor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROCESSOR

public static final java.lang.String PROCESSOR
The value for the XML processor

COMPID

public static java.lang.String COMPID
The value for the xml tracing
Constructor Detail

CSConstants

public CSConstants()
CSConstants constructor.