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 classAbstractRESTProviderAncestor for servers providing webservices.classGenericServerGeneric 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.classGroovyServerGenericREST 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.classRatsServerGeneric 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 classEchoServerOnly 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 RESTProviderRESTServer. m_WebServicethe webservice to run.Methods in adams.flow.standalone that return RESTProvider Modifier and Type Method Description RESTProviderRESTServer. getWebService()Returns the webservice in use.Methods in adams.flow.standalone with parameters of type RESTProvider Modifier and Type Method Description voidRESTServer. 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 RESTProviderRESTTextReception. m_WebServicethe webservice to run.Methods in adams.flow.standalone.rats.input that return RESTProvider Modifier and Type Method Description protected RESTProviderRESTTextReception. getDefaultWebService()Returns the default webservice provider to use.RESTProviderRESTTextReception. getWebService()Returns the webservice provider in use.Methods in adams.flow.standalone.rats.input with parameters of type RESTProvider Modifier and Type Method Description voidRESTTextReception. setWebService(RESTProvider value)Sets the webservice provider to use.
-