Package adams.flow.webservice

Interface Summary
GlobalTransformerSupport<I,O> Interface for webservice clients/servers that use a global transformer for further processing the data.
WebServiceClient Interface for classes that use webservices.
WebServiceClientConsumer<T> Interface for classes that use webservices, sending data to them.
WebServiceClientProducer<T> Interface for classes that use webservices.
WebServiceProvider Interface for webservice providers, i.e., the server side.
 

Class Summary
AbstractWebServiceClientSink<I> Ancestor for webservice clients.
AbstractWebServiceClientSinkWithGlobalTransformer<I> Ancestor for sinks that use a global transformer to further process the data.
AbstractWebServiceClientSource<O> Ancestor for webservice clients.
AbstractWebServiceClientSourceWithGlobalTransformer<O> Ancestor for webservice source clients that post-process the retrieved data with a subflow.
AbstractWebServiceClientTransformer<I,O> Ancestor for webservice clients.
AbstractWebServiceClientTransformerWithGlobalTransformer<I,O> Ancestor for transformer webservices, which post-process the received data before passing it on.
AbstractWebServiceProvider Ancestor for servers providing webservices.
AbstractWebServiceProviderWithGlobalTransformer<I,O> Ancestor for webservice providers that processes the incoming request data with a data
 



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