com.calcxml.webservice
Interface StatisticsWSInterface


public interface StatisticsWSInterface


Method Summary
 java.lang.String dailyStats(java.lang.String xmlInput)
          dailyStats - Use this method to get an xml file containing various statistics which are updated on a daily basis.
 java.lang.String getCalcStats(java.lang.String xmlInput)
          getCalcStats - Use this method to get statistics for one calculator.
 java.lang.String selectStats(java.lang.String xmlInput)
          selectStats - Use this method to get statistics that you specify.
 

Method Detail

getCalcStats

java.lang.String getCalcStats(java.lang.String xmlInput)
                              throws java.rmi.RemoteException
getCalcStats - Use this method to get statistics for one calculator.

Parameters:
xmlInput - An XML document, conforming to the calcxmlStatsRequest schema, containing all the input values for the request.

See the schema for full details regarding the XML document.
calcxmlStatsRequest Schema
Returns:
An XML document

See the schema for full details regarding the XML document.
calcxmlStatsResponse Schema
Throws:
java.rmi.RemoteException

selectStats

java.lang.String selectStats(java.lang.String xmlInput)
                             throws java.rmi.RemoteException
selectStats - Use this method to get statistics that you specify.

Parameters:
xmlInput - An XML document, conforming to the calcxmlStatsRequest schema, containing all the input values for the request.

See the schema for full details regarding the XML document.
calcxmlStatsRequest Schema
Returns:
An XML document

See the schema for full details regarding the XML document.
calcxmlStatsResponse Schema
Throws:
java.rmi.RemoteException

dailyStats

java.lang.String dailyStats(java.lang.String xmlInput)
                            throws java.rmi.RemoteException
dailyStats - Use this method to get an xml file containing various statistics which are updated on a daily basis.

Parameters:
xmlInput - An XML document, conforming to the calcxmlStatsRequest schema, containing all the input values for the request.

See the schema for full details regarding the XML document.
calcxmlStatsRequest Schema
Returns:
An XML document

See the schema for full details regarding the XML document.
calcxmlStatsResponse Schema
Throws:
java.rmi.RemoteException