Uses of Interface
adams.flow.rest.RESTClient
-
Packages that use RESTClient Package Description adams.flow.core adams.flow.rest adams.flow.rest.echo adams.flow.sink adams.flow.source adams.flow.transformer -
-
Uses of RESTClient in adams.flow.core
Fields in adams.flow.core declared as RESTClient Modifier and Type Field Description protected RESTClient
AbstractRESTClient. m_Client
the webservice client to use.Methods in adams.flow.core that return RESTClient Modifier and Type Method Description RESTClient
AbstractRESTClient. getClient()
Returns the webservice client in use.protected abstract RESTClient
AbstractRESTClient. getDefaultClient()
Returns the default client to use.Methods in adams.flow.core with parameters of type RESTClient Modifier and Type Method Description protected abstract String
AbstractRESTClient. checkClient(RESTClient value)
Checks the client.void
AbstractRESTClient. setClient(RESTClient value)
Sets the webservice client to use. -
Uses of RESTClient in adams.flow.rest
Subinterfaces of RESTClient in adams.flow.rest Modifier and Type Interface Description interface
AlternativeUrlSupporter
Interface for webservice clients that allow the specification of an alternative URL.interface
RESTClientConsumer<T>
Interface for classes that use REST, sending data to them.interface
RESTClientProducer<T>
Interface for classes that use webRESTservices.Classes in adams.flow.rest that implement RESTClient Modifier and Type Class Description class
AbstractRESTClientSink<I>
Ancestor for REST webservice clients.class
AbstractRESTClientSource<O>
Ancestor for webservice clients.class
AbstractRESTClientTransformer<I,O>
Ancestor for webservice clients. -
Uses of RESTClient in adams.flow.rest.echo
Classes in adams.flow.rest.echo that implement RESTClient Modifier and Type Class Description class
EchoClientSink
Sink client for Echo REST service.class
EchoClientSource
Source client for Echo REST service.class
EchoClientTransformer
Transformer client for Echo REST service. -
Uses of RESTClient in adams.flow.sink
Methods in adams.flow.sink with parameters of type RESTClient Modifier and Type Method Description protected String
RESTSink. checkClient(RESTClient value)
Checks the client. -
Uses of RESTClient in adams.flow.source
Methods in adams.flow.source with parameters of type RESTClient Modifier and Type Method Description protected String
RESTSource. checkClient(RESTClient value)
Checks the client. -
Uses of RESTClient in adams.flow.transformer
Methods in adams.flow.transformer with parameters of type RESTClient Modifier and Type Method Description protected String
RESTTransformer. checkClient(RESTClient value)
Checks the client.
-