| Package | Description |
|---|---|
| de.terrestris.shoguncore.model.interceptor | |
| de.terrestris.shoguncore.util.enumeration | |
| de.terrestris.shoguncore.util.interceptor |
| Modifier and Type | Method and Description |
|---|---|
InterceptorEnum.RuleType |
InterceptorRule.getRule() |
| Modifier and Type | Method and Description |
|---|---|
void |
InterceptorRule.setRule(InterceptorEnum.RuleType rule) |
| Constructor and Description |
|---|
InterceptorRule(HttpEnum.EventType event,
InterceptorEnum.RuleType rule,
OgcEnum.ServiceType service,
OgcEnum.OperationType operation,
String endPoint) |
| Modifier and Type | Method and Description |
|---|---|
static InterceptorEnum.RuleType |
InterceptorEnum.RuleType.fromString(String inputValue)
Static method to get an enum based on a string value.
|
static InterceptorEnum.RuleType |
InterceptorEnum.RuleType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InterceptorEnum.RuleType[] |
InterceptorEnum.RuleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
InterceptorEnum.RuleType |
OgcMessage.getRequestRule() |
InterceptorEnum.RuleType |
OgcMessage.getResponseRule() |
| Modifier and Type | Method and Description |
|---|---|
void |
OgcMessage.setRequestRule(InterceptorEnum.RuleType requestRule) |
void |
OgcMessage.setResponseRule(InterceptorEnum.RuleType responseRule) |
| 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.