Package adams.flow.webservice
-
Interface Summary Interface Description AlternativeUrlSupporter Interface for webservice clients that allow the specification of an alternative URL.CallableTransformerSupport<I,O> Interface for webservice clients/servers that use a callable 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.WsdlUrlProvider Interface for classes that provide a URL to a webservice's WSDL. -
Class Summary Class Description AbstractWebServiceClientSink<I> Ancestor for webservice clients.AbstractWebServiceClientSinkWithCallableTransformer<I> Ancestor for sinks that use a callable transformer to further process the data.AbstractWebServiceClientSource<O> Ancestor for webservice clients.AbstractWebServiceClientSourceWithCallableTransformer<O> Ancestor for webservice source clients that post-process the retrieved data with a subflow.AbstractWebServiceClientTransformer<I,O> Ancestor for webservice clients.AbstractWebServiceClientTransformerWithCallableTransformer<I,O> Ancestor for transformer webservices, which post-process the received data before passing it on.AbstractWebServiceProvider Ancestor for servers providing webservices.AbstractWebServiceProviderWithCallableTransformer<I,O> Ancestor for webservice providers that processes the incoming request data with a dataWebserviceUtils Utility class around webservices.