Uses of Class
de.terrestris.shoguncore.util.enumeration.InterceptorEnum.RuleType
-
Packages that use InterceptorEnum.RuleType Package Description de.terrestris.shoguncore.model.interceptor de.terrestris.shoguncore.util.enumeration de.terrestris.shoguncore.util.interceptor -
-
Uses of InterceptorEnum.RuleType in de.terrestris.shoguncore.model.interceptor
Methods in de.terrestris.shoguncore.model.interceptor that return InterceptorEnum.RuleType Modifier and Type Method Description InterceptorEnum.RuleTypeInterceptorRule. getRule()Methods in de.terrestris.shoguncore.model.interceptor with parameters of type InterceptorEnum.RuleType Modifier and Type Method Description voidInterceptorRule. setRule(InterceptorEnum.RuleType rule)Constructors in de.terrestris.shoguncore.model.interceptor with parameters of type InterceptorEnum.RuleType Constructor Description InterceptorRule(HttpEnum.EventType event, InterceptorEnum.RuleType rule, OgcEnum.ServiceType service, OgcEnum.OperationType operation, String endPoint) -
Uses of InterceptorEnum.RuleType in de.terrestris.shoguncore.util.enumeration
Methods in de.terrestris.shoguncore.util.enumeration that return InterceptorEnum.RuleType Modifier and Type Method Description static InterceptorEnum.RuleTypeInterceptorEnum.RuleType. fromString(String inputValue)Static method to get an enum based on a string value.static InterceptorEnum.RuleTypeInterceptorEnum.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. -
Uses of InterceptorEnum.RuleType in de.terrestris.shoguncore.util.interceptor
Methods in de.terrestris.shoguncore.util.interceptor that return InterceptorEnum.RuleType Modifier and Type Method Description InterceptorEnum.RuleTypeOgcMessage. getRequestRule()InterceptorEnum.RuleTypeOgcMessage. getResponseRule()Methods in de.terrestris.shoguncore.util.interceptor with parameters of type InterceptorEnum.RuleType Modifier and Type Method Description voidOgcMessage. setRequestRule(InterceptorEnum.RuleType requestRule)voidOgcMessage. setResponseRule(InterceptorEnum.RuleType responseRule)Constructors in de.terrestris.shoguncore.util.interceptor with parameters of type InterceptorEnum.RuleType Constructor Description OgcMessage(OgcEnum.ServiceType service, OgcEnum.OperationType operation, String endPoint, InterceptorEnum.RuleType requestRule, InterceptorEnum.RuleType responseRule)
-