A StoredProcessFacade represents a SAS Stored Process
and the results of its execution after the stored process has been
executed. The StoredProcessFacade class wraps two interfaces from
the SAS Stored Process Service:
com.sas.services.storedprocess.StoredProcess2Interface
and
com.sas.services.storedprocess.Execution2Interface
.
This class can supply
input parameters for the SAS Stored Process. Output parameter results
or streaming results can be retrieved after the stored process is
executed. The StoredProcessFacade provides other API methods for common
operations, including the ability to access the underlying StoredProcess2Interface
and Execution2Interface objects.
For more information,
see the SAS Foundation Services Javadoc contained in the SAS BI API
Documentation on the SAS AppDev Studio Developer’s Site (
http://support.sas.com/rnd/appdev/),
in particular the package summary for com.sas.services.storedprocess.
SAS does not support
customer implementations or extension of this class. The StoredProcessFacade
generated for a SAS Web Application Project cannot be used in a SAS
Java Project.