Package org.wso2.carbon.integrator.core
Class Constants
- java.lang.Object
-
- org.wso2.carbon.integrator.core.Constants
-
public class Constants extends Object
Contants for Integrator Class
-
-
Field Summary
Fields Modifier and Type Field Description static String
DATASERVICE_JSON_BUILDER
static String
DATASERVICE_JSON_FORMATTER
static String
INTEGRATOR_HEADER
static String
PASSTHRU_JSON_BUILDER
static String
PASSTHRU_JSON_FORMATTER
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
INTEGRATOR_HEADER
public static final String INTEGRATOR_HEADER
- See Also:
- Constant Field Values
-
DATASERVICE_JSON_BUILDER
public static final String DATASERVICE_JSON_BUILDER
- See Also:
- Constant Field Values
-
DATASERVICE_JSON_FORMATTER
public static final String DATASERVICE_JSON_FORMATTER
- See Also:
- Constant Field Values
-
PASSTHRU_JSON_BUILDER
public static final String PASSTHRU_JSON_BUILDER
- See Also:
- Constant Field Values
-
PASSTHRU_JSON_FORMATTER
public static final String PASSTHRU_JSON_FORMATTER
- See Also:
- Constant Field Values
-
-