Package org.apache.camel.cloud
Interface ServiceCallConstants
-
public interface ServiceCallConstants
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_CALL_CONTEXT_PATHstatic StringSERVICE_CALL_SCHEMEstatic StringSERVICE_CALL_URIstatic StringSERVICE_HOSTstatic StringSERVICE_METAstatic StringSERVICE_NAMEstatic StringSERVICE_PORT
-
-
-
Field Detail
-
SERVICE_CALL_SCHEME
static final String SERVICE_CALL_SCHEME
- See Also:
- Constant Field Values
-
SERVICE_CALL_URI
static final String SERVICE_CALL_URI
- See Also:
- Constant Field Values
-
SERVICE_CALL_CONTEXT_PATH
static final String SERVICE_CALL_CONTEXT_PATH
- See Also:
- Constant Field Values
-
SERVICE_NAME
static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
SERVICE_META
static final String SERVICE_META
- See Also:
- Constant Field Values
-
SERVICE_HOST
static final String SERVICE_HOST
- See Also:
- Constant Field Values
-
SERVICE_PORT
static final String SERVICE_PORT
- See Also:
- Constant Field Values
-
-