Uses of Interface
adams.flow.rest.RESTPlugin
-
Packages that use RESTPlugin Package Description adams.flow.rest adams.flow.rest.control adams.flow.rest.echo adams.flow.rest.flow adams.flow.rest.text -
-
Uses of RESTPlugin in adams.flow.rest
Classes in adams.flow.rest that implement RESTPlugin Modifier and Type Class Description class
AbstractParametrizedGroovyRESTPlugin
Ancestor for parametrized REST plugins written in Groovy.class
AbstractRegisteredFlowRESTPlugin
Ancestor for REST plugins that .class
AbstractRESTPlugin
Ancestor for REST plugins.class
AbstractRESTPluginWithDatabaseConnection
Ancestor for REST plugins that require a database connection.class
AbstractRESTPluginWithFlowContext
Ancestor for REST plugins that require a flow context.Fields in adams.flow.rest declared as RESTPlugin Modifier and Type Field Description protected RESTPlugin[]
GenericServer. m_Plugins
the plugins that make up the server.Methods in adams.flow.rest that return RESTPlugin Modifier and Type Method Description protected RESTPlugin[]
GenericServer. getDefaultPlugins()
Returns the default plugins to use.protected RESTPlugin[]
RatsServer. getDefaultPlugins()
Returns the default plugins to use.RESTPlugin[]
GenericServer. getPlugins()
Returns the REST plugins in use.Methods in adams.flow.rest with parameters of type RESTPlugin Modifier and Type Method Description protected void
GenericServer. configurePlugins(RESTPlugin[] plugins)
For configuring the plugins, e.g., setting the flow context.protected void
RatsServer. configurePlugins(RESTPlugin[] plugins)
For configuring the plugins, e.g., setting the flow context.static String
RESTUtils. getAdditionalInformation(RESTPlugin plugin)
Generates information about the plugin, to be used for the information return byAdditionalInformationHandler
.void
GenericServer. setPlugins(RESTPlugin[] value)
Sets the REST plugins to use. -
Uses of RESTPlugin in adams.flow.rest.control
Classes in adams.flow.rest.control that implement RESTPlugin Modifier and Type Class Description class
RatControl
Controls Rat actors in flows withRatControl
actors.class
StopFlow
Allows to stop a (registered) flow via its ID. -
Uses of RESTPlugin in adams.flow.rest.echo
Classes in adams.flow.rest.echo that implement RESTPlugin Modifier and Type Class Description class
Echo
Simple echo of the input.
Based on code from here:
https://github.com/zalacer/projects-tn/blob/master/JAX-RSdemo1/src/main/java/tn/HelloWorld.java
-
Uses of RESTPlugin in adams.flow.rest.flow
Classes in adams.flow.rest.flow that implement RESTPlugin Modifier and Type Class Description class
AbstractCallablePipeline<T>
Ancestor for pipeline that process data with a callable pipeline template.class
AbstractCallableTransformer<T>
Ancestor for plugins that process the data with a callable transformer.class
CallableJsonPipeline
Processing pipeline for JSON.class
CallableJsonTransformer
Processing transformer for JSON.class
CallableTextPipeline
Processing pipeline for arbitrary text.class
CallableTextTransformer
Processing transformer for arbitrary text. -
Uses of RESTPlugin in adams.flow.rest.text
Classes in adams.flow.rest.text that implement RESTPlugin Modifier and Type Class Description class
RatsTextUpload
Simple plugin for submitting text in plain-text format to RATS input.
-