Uses of Interface
adams.flow.webservice.CallableTransformerSupport
-
Packages that use CallableTransformerSupport Package Description adams.flow.webservice com.example.customerservice.flow -
-
Uses of CallableTransformerSupport in adams.flow.webservice
Classes in adams.flow.webservice that implement CallableTransformerSupport Modifier and Type Class Description classAbstractWebServiceClientSinkWithCallableTransformer<I>Ancestor for sinks that use a callable transformer to further process the data.classAbstractWebServiceClientSourceWithCallableTransformer<O>Ancestor for webservice source clients that post-process the retrieved data with a subflow.classAbstractWebServiceClientTransformerWithCallableTransformer<I,O>Ancestor for transformer webservices, which post-process the received data before passing it on.classAbstractWebServiceProviderWithCallableTransformer<I,O>Ancestor for webservice providers that processes the incoming request data with a data -
Uses of CallableTransformerSupport in com.example.customerservice.flow
Classes in com.example.customerservice.flow that implement CallableTransformerSupport Modifier and Type Class Description classCustomersByNameCallableTransformerSimple client for querying customer names and post-processing the names with a callable transformer.
-