Uses of Class
adams.flow.rest.AbstractRESTProvider
-
Packages that use AbstractRESTProvider Package Description adams.flow.rest adams.flow.rest.echo -
-
Uses of AbstractRESTProvider in adams.flow.rest
Subclasses of AbstractRESTProvider in adams.flow.rest Modifier and Type Class Description 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.class
GroovyServer
GenericREST service provider, which allows you to assemble the REST plugins that should make up the service from Groovy scripts.
Scripts either need to implement adams.flow.rest.RESTPlugin interface or be derived from the adams.flow.rest.AbstractRESTPlugin superclass.
Automatically sets the flow context of plugins, if they should implement the adams.flow.core.FlowContextHandler interface.
If implementing the adams.core.logging.LoggingLevelHandler interface, they plugin receives the same logging level as this server.class
RatsServer
Generic REST service provider for the RATS framework, 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, and for rat input context, if they should implement the adams.flow.standalone.rats.input.RatInputUser interface. -
Uses of AbstractRESTProvider in adams.flow.rest.echo
Subclasses of AbstractRESTProvider in adams.flow.rest.echo Modifier and Type Class Description class
EchoServer
Only offers: adams.flow.rest.echo.Echo
REST Method 'ping'
- Path: @javax.ws.rs.Path(value=/echo/{input})
- Produces: @javax.ws.rs.Produces(value=[text/plain])
- Method(s): GET
-