Uses of Interface
adams.flow.webservice.WebServiceClient
-
-
Uses of WebServiceClient in adams.flow.core
Fields in adams.flow.core declared as WebServiceClient Modifier and Type Field Description protected WebServiceClient
AbstractWSClient. m_Client
the webservice client to use.Methods in adams.flow.core that return WebServiceClient Modifier and Type Method Description WebServiceClient
AbstractWSClient. getClient()
Returns the webservice client in use.protected abstract WebServiceClient
AbstractWSClient. getDefaultClient()
Returns the default client to use.Methods in adams.flow.core with parameters of type WebServiceClient Modifier and Type Method Description protected abstract String
AbstractWSClient. checkClient(WebServiceClient value)
Checks the client.void
AbstractWSClient. setClient(WebServiceClient value)
Sets the webservice client to use. -
Uses of WebServiceClient in adams.flow.sink
Methods in adams.flow.sink with parameters of type WebServiceClient Modifier and Type Method Description protected String
WSSink. checkClient(WebServiceClient value)
Checks the client. -
Uses of WebServiceClient in adams.flow.source
Methods in adams.flow.source with parameters of type WebServiceClient Modifier and Type Method Description protected String
WSSource. checkClient(WebServiceClient value)
Checks the client. -
Uses of WebServiceClient in adams.flow.standalone.rats.input
Fields in adams.flow.standalone.rats.input declared as WebServiceClient Modifier and Type Field Description protected WebServiceClient
WebserviceInput. m_Client
the webservice client to use.Methods in adams.flow.standalone.rats.input that return WebServiceClient Modifier and Type Method Description WebServiceClient
WebserviceInput. getClient()
Returns the webservice client in use.Methods in adams.flow.standalone.rats.input with parameters of type WebServiceClient Modifier and Type Method Description protected String
WebserviceInput. checkClient(WebServiceClient value)
Checks the client.void
WebserviceInput. setClient(WebServiceClient value)
Sets the webservice client to use. -
Uses of WebServiceClient in adams.flow.standalone.rats.output
Fields in adams.flow.standalone.rats.output declared as WebServiceClient Modifier and Type Field Description protected WebServiceClient
WebserviceOutput. m_Client
the webservice client to use.Methods in adams.flow.standalone.rats.output that return WebServiceClient Modifier and Type Method Description WebServiceClient
WebserviceOutput. getClient()
Returns the webservice client in use.protected WebServiceClient
WebserviceOutput. getDefaultClient()
Returns the default client to use.Methods in adams.flow.standalone.rats.output with parameters of type WebServiceClient Modifier and Type Method Description protected String
WebserviceOutput. checkClient(WebServiceClient value)
Checks the client.void
WebserviceOutput. setClient(WebServiceClient value)
Sets the webservice client to use. -
Uses of WebServiceClient in adams.flow.transformer
Methods in adams.flow.transformer with parameters of type WebServiceClient Modifier and Type Method Description protected String
WSTransformer. checkClient(WebServiceClient value)
Checks the client. -
Uses of WebServiceClient in adams.flow.webservice
Subinterfaces of WebServiceClient in adams.flow.webservice Modifier and Type Interface Description interface
AlternativeUrlSupporter
Interface for webservice clients that allow the specification of an alternative URL.interface
WebServiceClientConsumer<T>
Interface for classes that use webservices, sending data to them.interface
WebServiceClientProducer<T>
Interface for classes that use webservices.Classes in adams.flow.webservice that implement WebServiceClient Modifier and Type Class Description class
AbstractWebServiceClientSink<I>
Ancestor for webservice clients.class
AbstractWebServiceClientSinkWithCallableTransformer<I>
Ancestor for sinks that use a callable transformer to further process the data.class
AbstractWebServiceClientSource<O>
Ancestor for webservice clients.class
AbstractWebServiceClientSourceWithCallableTransformer<O>
Ancestor for webservice source clients that post-process the retrieved data with a subflow.class
AbstractWebServiceClientTransformer<I,O>
Ancestor for webservice clients.class
AbstractWebServiceClientTransformerWithCallableTransformer<I,O>
Ancestor for transformer webservices, which post-process the received data before passing it on. -
Uses of WebServiceClient in adams.flow.webservice.blob
Classes in adams.flow.webservice.blob that implement WebServiceClient Modifier and Type Class Description class
Upload
Uploads a BlobContainer. -
Uses of WebServiceClient in adams.flow.webservice.text
Classes in adams.flow.webservice.text that implement WebServiceClient Modifier and Type Class Description class
Upload
Uploads a TextContainer. -
Uses of WebServiceClient in com.example.customerservice.flow
Classes in com.example.customerservice.flow that implement WebServiceClient Modifier and Type Class Description class
CustomersByName
Simple client for querying customer names.class
CustomersByNameCallableTransformer
Simple client for querying customer names and post-processing the names with a callable transformer.class
UpdateCustomer
Simple client for querying customer names.
-