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 class
AbstractWebServiceClientSinkWithCallableTransformer<I>
Ancestor for sinks that use a callable transformer to further process the data.class
AbstractWebServiceClientSourceWithCallableTransformer<O>
Ancestor for webservice source clients that post-process the retrieved data with a subflow.class
AbstractWebServiceClientTransformerWithCallableTransformer<I,O>
Ancestor for transformer webservices, which post-process the received data before passing it on.class
AbstractWebServiceProviderWithCallableTransformer<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 class
CustomersByNameCallableTransformer
Simple client for querying customer names and post-processing the names with a callable transformer.
-