Interface OpenApiService
- All Superinterfaces:
NamedService
OpenAPI service.
-
Method Summary
Methods inherited from interface NamedService
name, typeModifier and TypeMethodDescriptionname()Name of this implementation, as provided inConfiguredProvider.create(Config, String).type()Type of this implementation, to distinguish instances of same type, with differentNamedService.name().
-
Method Details
-
supports
Test if the service should handle a request.- Parameters:
headers- headers- Returns:
trueif the service should handle the request
-
setup
-