Package adams.flow.dropwizard
-
Interface Summary Interface Description RESTPlugin Interface for classes that provide REST functionality.RESTProvider Interface for REST webservice providers, i.e., the server side. -
Class Summary Class Description AbstractRESTPlugin Ancestor for REST plugins.AbstractRESTPluginWithDatabaseConnection Ancestor for REST plugins that require a database connection.AbstractRESTPluginWithFlowContext Ancestor for REST plugins that require a flow context.AbstractRESTProvider Ancestor for servers providing webservices.GenericServer Generic REST service provider, which allows you to assemble the REST plugins that should make up the service.
Automatically sets the flow context of plugins, if they should implement the adams.flow.core.FlowContextHandler interface.GenericServer.GenericApplication RESTUtils Utility class around REST webservices.