org.simject.util
Class SimConstants

java.lang.Object
  extended by org.simject.util.SimConstants

public final class SimConstants
extends java.lang.Object

Constants used by simject

Author:
Simon Martinelli

Field Summary
static java.lang.String DEFAULT_DIRECTORY
          The default directory where the resource.xml should be stored
static java.lang.String PARAM_METHOD
          Used in HTTP communication to define the method in the HTTP header
static java.lang.String PARAM_TYPE_DELIM
          Used in HTTP communication to define the delimiters used to separate the parameter types in the HTTP header
static java.lang.String PARAM_TYPES
          Used in HTTP communication to define the method parameter types in the HTTP header
 
Constructor Summary
SimConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_DIRECTORY

public static final java.lang.String DEFAULT_DIRECTORY
The default directory where the resource.xml should be stored

See Also:
Constant Field Values

PARAM_METHOD

public static final java.lang.String PARAM_METHOD
Used in HTTP communication to define the method in the HTTP header

See Also:
Constant Field Values

PARAM_TYPES

public static final java.lang.String PARAM_TYPES
Used in HTTP communication to define the method parameter types in the HTTP header

See Also:
Constant Field Values

PARAM_TYPE_DELIM

public static final java.lang.String PARAM_TYPE_DELIM
Used in HTTP communication to define the delimiters used to separate the parameter types in the HTTP header

See Also:
Constant Field Values
Constructor Detail

SimConstants

public SimConstants()


Copyright © 2008. All Rights Reserved.