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 RESTClientAbstractRESTClient. m_Clientthe webservice client to use.Methods in adams.flow.core that return RESTClient Modifier and Type Method Description RESTClientAbstractRESTClient. getClient()Returns the webservice client in use.protected abstract RESTClientAbstractRESTClient. getDefaultClient()Returns the default client to use.Methods in adams.flow.core with parameters of type RESTClient Modifier and Type Method Description protected abstract StringAbstractRESTClient. checkClient(RESTClient value)Checks the client.voidAbstractRESTClient. 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 interfaceAlternativeUrlSupporterInterface for webservice clients that allow the specification of an alternative URL.interfaceRESTClientConsumer<T>Interface for classes that use REST, sending data to them.interfaceRESTClientProducer<T>Interface for classes that use webRESTservices.Classes in adams.flow.rest that implement RESTClient Modifier and Type Class Description classAbstractRESTClientSink<I>Ancestor for REST webservice clients.classAbstractRESTClientSource<O>Ancestor for webservice clients.classAbstractRESTClientTransformer<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 classEchoClientSinkSink client for Echo REST service.classEchoClientSourceSource client for Echo REST service.classEchoClientTransformerTransformer 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 StringRESTSink. 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 StringRESTSource. 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 StringRESTTransformer. checkClient(RESTClient value)Checks the client.
-