| Package | Description |
|---|---|
| de.terrestris.shoguncore.model.interceptor | |
| de.terrestris.shoguncore.util.enumeration | |
| de.terrestris.shoguncore.util.interceptor |
| Modifier and Type | Method and Description |
|---|---|
OgcEnum.ServiceType |
InterceptorRule.getService() |
| Modifier and Type | Method and Description |
|---|---|
void |
InterceptorRule.setService(OgcEnum.ServiceType service) |
| Constructor and Description |
|---|
InterceptorRule(HttpEnum.EventType event,
InterceptorEnum.RuleType rule,
OgcEnum.ServiceType service,
OgcEnum.OperationType operation,
String endPoint) |
| Modifier and Type | Field and Description |
|---|---|
static Map<OgcEnum.ServiceType,Set<OgcEnum.OperationType>> |
OgcEnum.OPERATIONS_BY_SERVICETYPE
A map that contains a set of
OgcEnum.OperationTypes for any possible
OgcEnum.ServiceType. |
static Map<OgcEnum.OperationType,Set<OgcEnum.ServiceType>> |
OgcEnum.SERVICETYPES_BY_OPERATION
A map that contains a set of
OgcEnum.ServiceTypes for any possible
OgcEnum.OperationType. |
| Modifier and Type | Method and Description |
|---|---|
static OgcEnum.ServiceType |
OgcEnum.ServiceType.fromString(String inputValue)
Static method to get an enum based on a string value.
|
static OgcEnum.ServiceType |
OgcEnum.ServiceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OgcEnum.ServiceType[] |
OgcEnum.ServiceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
OgcEnum.ServiceType |
OgcMessage.getService() |
| Modifier and Type | Method and Description |
|---|---|
void |
OgcMessage.setService(OgcEnum.ServiceType service) |
| Constructor and Description |
|---|
OgcMessage(OgcEnum.ServiceType service,
OgcEnum.OperationType operation,
String endPoint,
InterceptorEnum.RuleType requestRule,
InterceptorEnum.RuleType responseRule) |
Copyright © 2020 terrestris GmbH & Co. KG. All rights reserved.