Scripting Interfaces: Flow Related Objects

WSProxyResource:

Synopsis
Used to control a WSProxy service. Allows user to specify the processing element, input and output stream and service specific parameters.
E.g.
filterService = "cgl.GIS.services.DataFilter";
filterServiceLoc = "http://gf7.ucs.indiana.edu:4700/axis/services/WSSConnector?wsdl";

filterServiceHandler = new WSProxyResource(filterService, filterServiceLoc);
filterServiceHandler.setInput("http://gf8.ucs.indiana.edu:7474/wfs/results.txt");
filterServiceHandler.setOutput("niotcp://localhost:3045/filteredData");
filterServiceHandler.setParameter("Magnitude", MinimumMagnitude);

API

Status: Implemented

(back to Notes)