public class DBReportingServiceStub extends org.apache.axis2.client.Stub implements DBReportingService
Modifier and Type | Field and Description |
---|---|
protected org.apache.axis2.description.AxisOperation[] |
_operations |
Constructor and Description |
---|
DBReportingServiceStub()
Default Constructor
|
DBReportingServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext)
Default Constructor
|
DBReportingServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint)
Constructor that takes in a configContext
|
DBReportingServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint,
boolean useSeparateListener)
Constructor that takes in a configContext and useseperate listner
|
DBReportingServiceStub(String targetEndpoint)
Constructor taking the target endpoint
|
Modifier and Type | Method and Description |
---|---|
String[] |
getCarbonDataSourceNames()
Auto generated method signature
|
DataHandler |
getJRDataSourceReport(ReportDataSource dataSource18,
String templateName19,
ReportParamMap[] parameterMap20,
String reportType21)
Auto generated method signature
|
DataHandler |
getReport(ReportBean reportBean25,
ReportParamMap[] reportParamMap26)
Auto generated method signature
|
void |
startgetCarbonDataSourceNames(DBReportingServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetJRDataSourceReport(ReportDataSource dataSource18,
String templateName19,
ReportParamMap[] parameterMap20,
String reportType21,
DBReportingServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetReport(ReportBean reportBean25,
ReportParamMap[] reportParamMap26,
DBReportingServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPR
public DBReportingServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public DBReportingServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public DBReportingServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public DBReportingServiceStub() throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public DBReportingServiceStub(String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public DataHandler getJRDataSourceReport(ReportDataSource dataSource18, String templateName19, ReportParamMap[] parameterMap20, String reportType21) throws RemoteException, DBReportingServiceJRExceptionException, DBReportingServiceReportingExceptionException
getJRDataSourceReport
in interface DBReportingService
getJRDataSourceReport17
- DBReportingServiceJRExceptionException
- :DBReportingServiceReportingExceptionException
- :RemoteException
DBReportingService.getJRDataSourceReport(org.wso2.carbon.reporting.stub.core.services.ReportDataSource, java.lang.String, org.wso2.carbon.reporting.stub.core.services.ReportParamMap[], java.lang.String)
public void startgetJRDataSourceReport(ReportDataSource dataSource18, String templateName19, ReportParamMap[] parameterMap20, String reportType21, DBReportingServiceCallbackHandler callback) throws RemoteException
startgetJRDataSourceReport
in interface DBReportingService
getJRDataSourceReport17
- RemoteException
DBReportingService.startgetJRDataSourceReport(org.wso2.carbon.reporting.stub.core.services.ReportDataSource, java.lang.String, org.wso2.carbon.reporting.stub.core.services.ReportParamMap[], java.lang.String, org.wso2.carbon.reporting.stub.DBReportingServiceCallbackHandler)
public DataHandler getReport(ReportBean reportBean25, ReportParamMap[] reportParamMap26) throws RemoteException, DBReportingServiceJRExceptionException, DBReportingServiceReportingExceptionException
getReport
in interface DBReportingService
getReport24
- DBReportingServiceJRExceptionException
- :DBReportingServiceReportingExceptionException
- :RemoteException
DBReportingService.getReport(org.wso2.carbon.reporting.stub.core.services.ReportBean, org.wso2.carbon.reporting.stub.core.services.ReportParamMap[])
public void startgetReport(ReportBean reportBean25, ReportParamMap[] reportParamMap26, DBReportingServiceCallbackHandler callback) throws RemoteException
startgetReport
in interface DBReportingService
getReport24
- RemoteException
DBReportingService.startgetReport(org.wso2.carbon.reporting.stub.core.services.ReportBean, org.wso2.carbon.reporting.stub.core.services.ReportParamMap[], org.wso2.carbon.reporting.stub.DBReportingServiceCallbackHandler)
public String[] getCarbonDataSourceNames() throws RemoteException
getCarbonDataSourceNames
in interface DBReportingService
getCarbonDataSourceNames29
- RemoteException
DBReportingService.getCarbonDataSourceNames()
public void startgetCarbonDataSourceNames(DBReportingServiceCallbackHandler callback) throws RemoteException
startgetCarbonDataSourceNames
in interface DBReportingService
getCarbonDataSourceNames29
- RemoteException
DBReportingService.startgetCarbonDataSourceNames(org.wso2.carbon.reporting.stub.DBReportingServiceCallbackHandler)
Copyright © 2017 WSO2. All rights reserved.