WSProxy - Web Service Proxy Interface

Diagram

Architecture

Working

This interface helps to introduce state and steering in a custom service. Thus the complete life-cycle from invocation to starting, suspend/resume and termination can be controlled using Webservice calls. An error-handler is provided to convey errors to the WSProxyClient (the client side that invokes and steers the computation), which can in turn take custom actions such as The structure is as follows

Examples / Demos

Crisis Grid Demo

Uses the WrapperProxyWebService to provide life-cycle operations to custom code that reads/ writes from/to pre-defined streams.

Demo Page

Network Sensor Demo

Uses the RunnableProxyWebService to provide two services whose function is to work on chunks of data.

Demo Page