Class ReportResourceSupplierClient


  • public class ReportResourceSupplierClient
    extends Object
    This is the client class used for ReportResourceSupplier service
    • Constructor Detail

      • ReportResourceSupplierClient

        public ReportResourceSupplierClient​(String cookie,
                                            String backEndServerURL,
                                            org.apache.axis2.context.ConfigurationContext configCtx)
                                     throws org.apache.axis2.AxisFault
        Throws:
        org.apache.axis2.AxisFault
    • Method Detail

      • getInstance

        public static ReportResourceSupplierClient getInstance​(javax.servlet.ServletConfig config,
                                                               javax.servlet.http.HttpSession session)
                                                        throws org.apache.axis2.AxisFault
        Throws:
        org.apache.axis2.AxisFault
      • getReportResources

        public String getReportResources​(String componentName,
                                         String reportTemplate)
                                  throws RemoteException,
                                         org.wso2.carbon.reporting.stub.ReportingResourcesSupplierReportingExceptionException
        Throws:
        RemoteException
        org.wso2.carbon.reporting.stub.ReportingResourcesSupplierReportingExceptionException
      • updateReport

        public boolean updateReport​(javax.servlet.http.HttpServletRequest request)
                             throws Exception
        Throws:
        Exception