org.wso2.carbon.databridge.commons.binary
Class BinaryMessageConstants

java.lang.Object
  extended by org.wso2.carbon.databridge.commons.binary.BinaryMessageConstants

public class BinaryMessageConstants
extends Object


Field Summary
static String END_ARBITRARY_DATA
           
static String END_CORRELATION_DATA
           
static String END_EVENT
           
static String END_MESSAGE
           
static String END_META_DATA
           
static String END_PAYLOAD_DATA
           
static String ERROR_EXCEPTION_CLASS
           
static String ERROR_EXCEPTION_TRACE
           
static String ERROR_MESSAGE
           
static String ERROR_RESPONSE
           
static String LOGIN_OPERATION
           
static String LOGOUT_OPERATION
           
static String OK_RESPONSE
           
static String PARAMS_SEPARATOR
           
static String PUBLISH_OPERATION
           
static String SESSION_ID_PREFIX
           
static String START_ARBITRARY_DATA
           
static String START_CORRELATION_DATA
           
static String START_EVENT
           
static String START_MESSAGE
           
static String START_META_DATA
           
static String START_PAYLOAD_DATA
           
static String STREAM_ID_PREFIX
           
static String TIME_STAMP_PREFIX
           
 
Constructor Summary
BinaryMessageConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

START_MESSAGE

public static final String START_MESSAGE
See Also:
Constant Field Values

END_MESSAGE

public static final String END_MESSAGE
See Also:
Constant Field Values

START_EVENT

public static final String START_EVENT
See Also:
Constant Field Values

END_EVENT

public static final String END_EVENT
See Also:
Constant Field Values

PARAMS_SEPARATOR

public static final String PARAMS_SEPARATOR
See Also:
Constant Field Values

PUBLISH_OPERATION

public static final String PUBLISH_OPERATION
See Also:
Constant Field Values

LOGIN_OPERATION

public static final String LOGIN_OPERATION
See Also:
Constant Field Values

LOGOUT_OPERATION

public static final String LOGOUT_OPERATION
See Also:
Constant Field Values

STREAM_ID_PREFIX

public static final String STREAM_ID_PREFIX
See Also:
Constant Field Values

TIME_STAMP_PREFIX

public static final String TIME_STAMP_PREFIX
See Also:
Constant Field Values

START_META_DATA

public static final String START_META_DATA
See Also:
Constant Field Values

START_CORRELATION_DATA

public static final String START_CORRELATION_DATA
See Also:
Constant Field Values

START_PAYLOAD_DATA

public static final String START_PAYLOAD_DATA
See Also:
Constant Field Values

START_ARBITRARY_DATA

public static final String START_ARBITRARY_DATA
See Also:
Constant Field Values

END_ARBITRARY_DATA

public static final String END_ARBITRARY_DATA
See Also:
Constant Field Values

END_META_DATA

public static final String END_META_DATA
See Also:
Constant Field Values

END_CORRELATION_DATA

public static final String END_CORRELATION_DATA
See Also:
Constant Field Values

END_PAYLOAD_DATA

public static final String END_PAYLOAD_DATA
See Also:
Constant Field Values

SESSION_ID_PREFIX

public static final String SESSION_ID_PREFIX
See Also:
Constant Field Values

OK_RESPONSE

public static final String OK_RESPONSE
See Also:
Constant Field Values

ERROR_RESPONSE

public static final String ERROR_RESPONSE
See Also:
Constant Field Values

ERROR_MESSAGE

public static final String ERROR_MESSAGE
See Also:
Constant Field Values

ERROR_EXCEPTION_CLASS

public static final String ERROR_EXCEPTION_CLASS
See Also:
Constant Field Values

ERROR_EXCEPTION_TRACE

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

BinaryMessageConstants

public BinaryMessageConstants()


Copyright © 2015 WSO2. All rights reserved.