de.extra.client.plugins.outputplugin
Class ExtraConstants

java.lang.Object
  extended by de.extra.client.plugins.outputplugin.ExtraConstants

public class ExtraConstants
extends Object


Field Summary
static String BASE_DIR
           
static String CANONICALIZATION_METHOD
           
static boolean DISABLE_CONSOLE_OUTPUT
           
static String LINESEPARATOR
           
static String MSG_PART_PREFIX
           
static String MSG_RESPONSE_PREFIX
           
static String REQ_ENCODING
           
static String REQUEST_PARAM_NAME
           
static String RESPONSE_FAILURE_CODE
           
static String RESPONSE_OK_CODE
           
static boolean RESPONSE_STATUS_FAILURE
           
static boolean RESPONSE_STATUS_OK
           
static String SUBDIR_BIN
           
static String SUBDIR_CONFIG
           
static String SUBDIR_LOGGING
           
static String SUBDIR_PROCESSED
           
static String SUBDIR_REQUEST
           
static String SUBDIR_RESPONSE
           
static String UNMARSHALL_RESPONSE
           
 
Constructor Summary
ExtraConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BASE_DIR

public static String BASE_DIR

DISABLE_CONSOLE_OUTPUT

public static final boolean DISABLE_CONSOLE_OUTPUT
See Also:
Constant Field Values

RESPONSE_STATUS_OK

public static final boolean RESPONSE_STATUS_OK
See Also:
Constant Field Values

RESPONSE_OK_CODE

public static final String RESPONSE_OK_CODE
See Also:
Constant Field Values

RESPONSE_STATUS_FAILURE

public static final boolean RESPONSE_STATUS_FAILURE
See Also:
Constant Field Values

RESPONSE_FAILURE_CODE

public static final String RESPONSE_FAILURE_CODE
See Also:
Constant Field Values

REQUEST_PARAM_NAME

public static final String REQUEST_PARAM_NAME
See Also:
Constant Field Values

LINESEPARATOR

public static final String LINESEPARATOR
See Also:
Constant Field Values

REQ_ENCODING

public static String REQ_ENCODING

SUBDIR_BIN

public static final String SUBDIR_BIN
See Also:
Constant Field Values

SUBDIR_CONFIG

public static final String SUBDIR_CONFIG
See Also:
Constant Field Values

SUBDIR_REQUEST

public static final String SUBDIR_REQUEST
See Also:
Constant Field Values

SUBDIR_PROCESSED

public static final String SUBDIR_PROCESSED
See Also:
Constant Field Values

SUBDIR_RESPONSE

public static final String SUBDIR_RESPONSE
See Also:
Constant Field Values

SUBDIR_LOGGING

public static final String SUBDIR_LOGGING
See Also:
Constant Field Values

MSG_PART_PREFIX

public static final String MSG_PART_PREFIX
See Also:
Constant Field Values

MSG_RESPONSE_PREFIX

public static final String MSG_RESPONSE_PREFIX
See Also:
Constant Field Values

CANONICALIZATION_METHOD

public static final String CANONICALIZATION_METHOD
See Also:
Constant Field Values

UNMARSHALL_RESPONSE

public static final String UNMARSHALL_RESPONSE
See Also:
Constant Field Values
Constructor Detail

ExtraConstants

public ExtraConstants()


Copyright © 2012-2013. All Rights Reserved.