Uses of Interface
adams.flow.dropwizard.RESTProvider
-
Packages that use RESTProvider Package Description adams.flow.dropwizard adams.flow.dropwizard.echo adams.flow.standalone -
-
Uses of RESTProvider in adams.flow.dropwizard
Classes in adams.flow.dropwizard that implement RESTProvider Modifier and Type Class Description class
AbstractRESTProvider
Ancestor for servers providing webservices.class
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. -
Uses of RESTProvider in adams.flow.dropwizard.echo
Classes in adams.flow.dropwizard.echo that implement RESTProvider Modifier and Type Class Description class
EchoServer
Only offers: adams.flow.dropwizard.echo.Echo
REST Class
- Path: @jakarta.ws.rs.Path(value="/echo/{input}")
- Produces: @jakarta.ws.rs.Produces(value={"text/plain"})
REST Method 'ping'
- Parameter #1: @jakarta.ws.rs.PathParam(value="input")
- Method(s): GET
-
Uses of RESTProvider in adams.flow.standalone
Fields in adams.flow.standalone declared as RESTProvider Modifier and Type Field Description protected RESTProvider
DropwizardRESTServer. m_WebService
the webservice to run.Methods in adams.flow.standalone that return RESTProvider Modifier and Type Method Description RESTProvider
DropwizardRESTServer. getWebService()
Returns the webservice in use.Methods in adams.flow.standalone with parameters of type RESTProvider Modifier and Type Method Description void
DropwizardRESTServer. setWebService(RESTProvider value)
Sets the webservice to use.
-