Class StreamDefUtil
- java.lang.Object
-
- org.wso2.carbon.business.messaging.hl7.common.data.utils.StreamDefUtil
-
public class StreamDefUtil extends Object
This is the util class for Stream definition
-
-
Field Summary
Fields Modifier and Type Field Description protected static String
ACTIVITY_ID
protected static String
CONTENT
protected static String
HOST
protected static String
MSG_DIRECTION
protected static String
OP_NAME
protected static String
SERVER_NAME
protected static String
SERVICE_NAME
protected static String
STATUS
protected static String
TIMESTAMP
protected static String
TYPE
-
Constructor Summary
Constructors Constructor Description StreamDefUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.wso2.carbon.databridge.commons.StreamDefinition
getStreamDefinition()
-
-
-
Field Detail
-
CONTENT
protected static final String CONTENT
- See Also:
- Constant Field Values
-
TYPE
protected static final String TYPE
- See Also:
- Constant Field Values
-
TIMESTAMP
protected static final String TIMESTAMP
- See Also:
- Constant Field Values
-
HOST
protected static final String HOST
- See Also:
- Constant Field Values
-
ACTIVITY_ID
protected static final String ACTIVITY_ID
- See Also:
- Constant Field Values
-
STATUS
protected static final String STATUS
- See Also:
- Constant Field Values
-
MSG_DIRECTION
protected static final String MSG_DIRECTION
- See Also:
- Constant Field Values
-
OP_NAME
protected static final String OP_NAME
- See Also:
- Constant Field Values
-
SERVICE_NAME
protected static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
SERVER_NAME
protected static final String SERVER_NAME
- See Also:
- Constant Field Values
-
-