| Package | Description |
|---|---|
| de.terrestris.shogun2.util.enumeration | |
| de.terrestris.shogun2.util.interceptor |
| 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 © 2016 terrestris GmbH & Co. KG. All rights reserved.