Uses of Class
adams.flow.core.AbstractWSClient
-
Packages that use AbstractWSClient Package Description adams.flow.sink adams.flow.source adams.flow.transformer -
-
Uses of AbstractWSClient in adams.flow.sink
Subclasses of AbstractWSClient in adams.flow.sink Modifier and Type Class Description class
WSSink
Sends data to a webservice. -
Uses of AbstractWSClient in adams.flow.source
Subclasses of AbstractWSClient in adams.flow.source Modifier and Type Class Description class
WSSource
Obtains data from a webservice and forwards it. -
Uses of AbstractWSClient in adams.flow.transformer
Subclasses of AbstractWSClient in adams.flow.transformer Modifier and Type Class Description class
WSTransformer
Sends data to a webservice and forwards the response.
-