Class IntegroAPI
- java.lang.Object
-
- com.adobe.campaign.tests.bridge.service.IntegroAPI
-
public class IntegroAPI extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static class
IntegroAPI.DeploymentMode
-
Field Summary
Fields Modifier and Type Field Description protected static String
ERROR_AMBIGUOUS_METHOD
static String
ERROR_CALL_TIMEOUT
protected static String
ERROR_CALLING_JAVA_METHOD
static String
ERROR_CONTENT_TYPE
protected static String
ERROR_IBS_CONFIG
static String
ERROR_IBS_INTERNAL
protected static String
ERROR_IBS_RUNTIME
protected static String
ERROR_JAVA_OBJECT_NOT_ACCESSIBLE
protected static String
ERROR_JAVA_OBJECT_NOT_FOUND
protected static String
ERROR_JSON_TRANSFORMATION
static String
SYSTEM_UP_MESSAGE
-
Constructor Summary
Constructors Constructor Description IntegroAPI()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
startServices(int port)
-
-
-
Field Detail
-
ERROR_CALL_TIMEOUT
public static final String ERROR_CALL_TIMEOUT
- See Also:
- Constant Field Values
-
ERROR_CONTENT_TYPE
public static final String ERROR_CONTENT_TYPE
- See Also:
- Constant Field Values
-
SYSTEM_UP_MESSAGE
public static final String SYSTEM_UP_MESSAGE
- See Also:
- Constant Field Values
-
ERROR_IBS_INTERNAL
public static final String ERROR_IBS_INTERNAL
- See Also:
- Constant Field Values
-
ERROR_JSON_TRANSFORMATION
protected static final String ERROR_JSON_TRANSFORMATION
- See Also:
- Constant Field Values
-
ERROR_CALLING_JAVA_METHOD
protected static final String ERROR_CALLING_JAVA_METHOD
- See Also:
- Constant Field Values
-
ERROR_JAVA_OBJECT_NOT_FOUND
protected static final String ERROR_JAVA_OBJECT_NOT_FOUND
- See Also:
- Constant Field Values
-
ERROR_IBS_CONFIG
protected static final String ERROR_IBS_CONFIG
- See Also:
- Constant Field Values
-
ERROR_IBS_RUNTIME
protected static final String ERROR_IBS_RUNTIME
- See Also:
- Constant Field Values
-
ERROR_AMBIGUOUS_METHOD
protected static final String ERROR_AMBIGUOUS_METHOD
- See Also:
- Constant Field Values
-
ERROR_JAVA_OBJECT_NOT_ACCESSIBLE
protected static final String ERROR_JAVA_OBJECT_NOT_ACCESSIBLE
- See Also:
- Constant Field Values
-
-