public class ReportingResourcesSupplierStub extends org.apache.axis2.client.Stub implements ReportingResourcesSupplier
Modifier and Type | Field and Description |
---|---|
protected org.apache.axis2.description.AxisOperation[] |
_operations |
Constructor and Description |
---|
ReportingResourcesSupplierStub()
Default Constructor
|
ReportingResourcesSupplierStub(org.apache.axis2.context.ConfigurationContext configurationContext)
Default Constructor
|
ReportingResourcesSupplierStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint)
Constructor that takes in a configContext
|
ReportingResourcesSupplierStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint,
boolean useSeparateListener)
Constructor that takes in a configContext and useseperate listner
|
ReportingResourcesSupplierStub(String targetEndpoint)
Constructor taking the target endpoint
|
Modifier and Type | Method and Description |
---|---|
void |
deleteReportTemplate(String templateName46)
Auto generated method signature
|
String[] |
getAllReports()
Auto generated method signature
|
String |
getJRXMLFileContent(String componentName31,
String reportTemplate32)
Auto generated method signature
|
ReportParameters[] |
getReportParam(String reportName48)
Auto generated method signature
|
String |
getReportResources(String componentName41,
String reportTemplate42)
Auto generated method signature
|
void |
startgetAllReports(ReportingResourcesSupplierCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetJRXMLFileContent(String componentName31,
String reportTemplate32,
ReportingResourcesSupplierCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetReportParam(String reportName48,
ReportingResourcesSupplierCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetReportResources(String componentName41,
String reportTemplate42,
ReportingResourcesSupplierCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startupdateReport(String fileName36,
String fileContent37,
ReportingResourcesSupplierCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
boolean |
updateReport(String fileName36,
String fileContent37)
Auto generated method signature
|
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPR
public ReportingResourcesSupplierStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public ReportingResourcesSupplierStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public ReportingResourcesSupplierStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public ReportingResourcesSupplierStub() throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public ReportingResourcesSupplierStub(String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public String getJRXMLFileContent(String componentName31, String reportTemplate32) throws RemoteException, ReportingResourcesSupplierReportingExceptionException
getJRXMLFileContent
in interface ReportingResourcesSupplier
getJRXMLFileContent30
- ReportingResourcesSupplierReportingExceptionException
- :RemoteException
ReportingResourcesSupplier.getJRXMLFileContent(java.lang.String, java.lang.String)
public void startgetJRXMLFileContent(String componentName31, String reportTemplate32, ReportingResourcesSupplierCallbackHandler callback) throws RemoteException
startgetJRXMLFileContent
in interface ReportingResourcesSupplier
getJRXMLFileContent30
- RemoteException
ReportingResourcesSupplier.startgetJRXMLFileContent(java.lang.String, java.lang.String, org.wso2.carbon.reporting.stub.ReportingResourcesSupplierCallbackHandler)
public boolean updateReport(String fileName36, String fileContent37) throws RemoteException, ReportingResourcesSupplierReportingExceptionException, ReportingResourcesSupplierJRExceptionException
updateReport
in interface ReportingResourcesSupplier
updateReport35
- ReportingResourcesSupplierReportingExceptionException
- :ReportingResourcesSupplierJRExceptionException
- :RemoteException
ReportingResourcesSupplier.updateReport(java.lang.String, java.lang.String)
public void startupdateReport(String fileName36, String fileContent37, ReportingResourcesSupplierCallbackHandler callback) throws RemoteException
startupdateReport
in interface ReportingResourcesSupplier
updateReport35
- RemoteException
ReportingResourcesSupplier.startupdateReport(java.lang.String, java.lang.String, org.wso2.carbon.reporting.stub.ReportingResourcesSupplierCallbackHandler)
public String getReportResources(String componentName41, String reportTemplate42) throws RemoteException, ReportingResourcesSupplierReportingExceptionException
getReportResources
in interface ReportingResourcesSupplier
getReportResources40
- ReportingResourcesSupplierReportingExceptionException
- :RemoteException
ReportingResourcesSupplier.getReportResources(java.lang.String, java.lang.String)
public void startgetReportResources(String componentName41, String reportTemplate42, ReportingResourcesSupplierCallbackHandler callback) throws RemoteException
startgetReportResources
in interface ReportingResourcesSupplier
getReportResources40
- RemoteException
ReportingResourcesSupplier.startgetReportResources(java.lang.String, java.lang.String, org.wso2.carbon.reporting.stub.ReportingResourcesSupplierCallbackHandler)
public void deleteReportTemplate(String templateName46) throws RemoteException, ReportingResourcesSupplierReportingExceptionException
deleteReportTemplate
in interface ReportingResourcesSupplier
ReportingResourcesSupplierReportingExceptionException
- :RemoteException
public ReportParameters[] getReportParam(String reportName48) throws RemoteException, ReportingResourcesSupplierReportingExceptionException, ReportingResourcesSupplierXMLStreamExceptionException
getReportParam
in interface ReportingResourcesSupplier
getReportParam47
- ReportingResourcesSupplierReportingExceptionException
- :ReportingResourcesSupplierXMLStreamExceptionException
- :RemoteException
ReportingResourcesSupplier.getReportParam(java.lang.String)
public void startgetReportParam(String reportName48, ReportingResourcesSupplierCallbackHandler callback) throws RemoteException
startgetReportParam
in interface ReportingResourcesSupplier
getReportParam47
- RemoteException
ReportingResourcesSupplier.startgetReportParam(java.lang.String, org.wso2.carbon.reporting.stub.ReportingResourcesSupplierCallbackHandler)
public String[] getAllReports() throws RemoteException, ReportingResourcesSupplierReportingExceptionException
getAllReports
in interface ReportingResourcesSupplier
getAllReports51
- ReportingResourcesSupplierReportingExceptionException
- :RemoteException
ReportingResourcesSupplier.getAllReports()
public void startgetAllReports(ReportingResourcesSupplierCallbackHandler callback) throws RemoteException
startgetAllReports
in interface ReportingResourcesSupplier
getAllReports51
- RemoteException
ReportingResourcesSupplier.startgetAllReports(org.wso2.carbon.reporting.stub.ReportingResourcesSupplierCallbackHandler)
Copyright © 2021 WSO2. All rights reserved.