Interface ServiceParameterSources
-
public interface ServiceParameterSources
-
-
Field Summary
Fields Modifier and Type Field Description static String
SOURCE_FULL_RESPONSE_BODY
static String
SOURCE_RESPONSE_HEADER
static String
SOURCE_RESPONSE_HEADERS
static String
SOURCE_RESPONSE_STATUS_CODE
-
-
-
Field Detail
-
SOURCE_FULL_RESPONSE_BODY
static final String SOURCE_FULL_RESPONSE_BODY
- See Also:
- Constant Field Values
-
SOURCE_RESPONSE_STATUS_CODE
static final String SOURCE_RESPONSE_STATUS_CODE
- See Also:
- Constant Field Values
-
SOURCE_RESPONSE_HEADERS
static final String SOURCE_RESPONSE_HEADERS
- See Also:
- Constant Field Values
-
SOURCE_RESPONSE_HEADER
static final String SOURCE_RESPONSE_HEADER
- See Also:
- Constant Field Values
-
-