Uses of Class
de.terrestris.shoguncore.util.enumeration.OgcEnum.ServiceType
-
Packages that use OgcEnum.ServiceType Package Description de.terrestris.shoguncore.model.interceptor de.terrestris.shoguncore.util.enumeration de.terrestris.shoguncore.util.interceptor -
-
Uses of OgcEnum.ServiceType in de.terrestris.shoguncore.model.interceptor
Methods in de.terrestris.shoguncore.model.interceptor that return OgcEnum.ServiceType Modifier and Type Method Description OgcEnum.ServiceTypeInterceptorRule. getService()Methods in de.terrestris.shoguncore.model.interceptor with parameters of type OgcEnum.ServiceType Modifier and Type Method Description voidInterceptorRule. setService(OgcEnum.ServiceType service)Constructors in de.terrestris.shoguncore.model.interceptor with parameters of type OgcEnum.ServiceType Constructor Description InterceptorRule(HttpEnum.EventType event, InterceptorEnum.RuleType rule, OgcEnum.ServiceType service, OgcEnum.OperationType operation, String endPoint) -
Uses of OgcEnum.ServiceType in de.terrestris.shoguncore.util.enumeration
Fields in de.terrestris.shoguncore.util.enumeration with type parameters of type OgcEnum.ServiceType Modifier and Type Field Description static Map<OgcEnum.ServiceType,Set<OgcEnum.OperationType>>OgcEnum. OPERATIONS_BY_SERVICETYPEA map that contains a set ofOgcEnum.OperationTypes for any possibleOgcEnum.ServiceType.static Map<OgcEnum.OperationType,Set<OgcEnum.ServiceType>>OgcEnum. SERVICETYPES_BY_OPERATIONA map that contains a set ofOgcEnum.ServiceTypes for any possibleOgcEnum.OperationType.Methods in de.terrestris.shoguncore.util.enumeration that return OgcEnum.ServiceType Modifier and Type Method Description static OgcEnum.ServiceTypeOgcEnum.ServiceType. fromString(String inputValue)Static method to get an enum based on a string value.static OgcEnum.ServiceTypeOgcEnum.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. -
Uses of OgcEnum.ServiceType in de.terrestris.shoguncore.util.interceptor
Methods in de.terrestris.shoguncore.util.interceptor that return OgcEnum.ServiceType Modifier and Type Method Description OgcEnum.ServiceTypeOgcMessage. getService()Methods in de.terrestris.shoguncore.util.interceptor with parameters of type OgcEnum.ServiceType Modifier and Type Method Description voidOgcMessage. setService(OgcEnum.ServiceType service)Constructors in de.terrestris.shoguncore.util.interceptor with parameters of type OgcEnum.ServiceType Constructor Description OgcMessage(OgcEnum.ServiceType service, OgcEnum.OperationType operation, String endPoint, InterceptorEnum.RuleType requestRule, InterceptorEnum.RuleType responseRule)
-