Uses of Interface
adams.flow.webservice.GlobalTransformerSupport

Packages that use GlobalTransformerSupport
adams.flow.webservice   
com.example.customerservice.flow   
 

Uses of GlobalTransformerSupport in adams.flow.webservice
 

Classes in adams.flow.webservice that implement GlobalTransformerSupport
 class AbstractWebServiceClientSinkWithGlobalTransformer<I>
          Ancestor for sinks that use a global transformer to further process the data.
 class AbstractWebServiceClientSourceWithGlobalTransformer<O>
          Ancestor for webservice source clients that post-process the retrieved data with a subflow.
 class AbstractWebServiceClientTransformerWithGlobalTransformer<I,O>
          Ancestor for transformer webservices, which post-process the received data before passing it on.
 class AbstractWebServiceProviderWithGlobalTransformer<I,O>
          Ancestor for webservice providers that processes the incoming request data with a data
 

Uses of GlobalTransformerSupport in com.example.customerservice.flow
 

Classes in com.example.customerservice.flow that implement GlobalTransformerSupport
 class CustomersByNameGlobalTransformer
          Simple client for querying customer names and post-processing the names with a global transformer.
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.