Uses of Interface
adams.flow.rest.RESTProvider
-
Packages that use RESTProvider Package Description adams.flow.rest adams.flow.rest.echo adams.flow.standalone adams.flow.standalone.rats.input -
-
Uses of RESTProvider in adams.flow.rest
Classes in adams.flow.rest 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.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 RESTProvider in adams.flow.rest.echo
Classes in adams.flow.rest.echo that implement RESTProvider 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
-
Uses of RESTProvider in adams.flow.standalone
Fields in adams.flow.standalone declared as RESTProvider Modifier and Type Field Description protected RESTProvider
RESTServer. m_WebService
the webservice to run.Methods in adams.flow.standalone that return RESTProvider Modifier and Type Method Description RESTProvider
RESTServer. getWebService()
Returns the webservice in use.Methods in adams.flow.standalone with parameters of type RESTProvider Modifier and Type Method Description void
RESTServer. setWebService(RESTProvider value)
Sets the webservice to use. -
Uses of RESTProvider in adams.flow.standalone.rats.input
Fields in adams.flow.standalone.rats.input declared as RESTProvider Modifier and Type Field Description protected RESTProvider
RESTTextReception. m_WebService
the webservice to run.Methods in adams.flow.standalone.rats.input that return RESTProvider Modifier and Type Method Description protected RESTProvider
RESTTextReception. getDefaultWebService()
Returns the default webservice provider to use.RESTProvider
RESTTextReception. getWebService()
Returns the webservice provider in use.Methods in adams.flow.standalone.rats.input with parameters of type RESTProvider Modifier and Type Method Description void
RESTTextReception. setWebService(RESTProvider value)
Sets the webservice provider to use.
-