public class RDBMSSampleStub extends org.apache.axis2.client.Stub implements RDBMSSample
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.axis2.description.AxisOperation[] |
_operations |
| Constructor and Description |
|---|
RDBMSSampleStub()
Default Constructor
|
RDBMSSampleStub(org.apache.axis2.context.ConfigurationContext configurationContext)
Default Constructor
|
RDBMSSampleStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint)
Constructor that takes in a configContext
|
RDBMSSampleStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint,
boolean useSeparateListener)
Constructor that takes in a configContext and useseperate listner
|
RDBMSSampleStub(String targetEndpoint)
Constructor taking the target endpoint
|
| Modifier and Type | Method and Description |
|---|---|
void |
abort_boxcar()
Auto generated method signature
Control operation for aborting a boxcarring session
|
String |
addEmployee(int employeeNumber56,
String lastName57,
String firstName58,
String email59,
double salary60)
Auto generated method signature
|
void |
begin_boxcar()
Auto generated method signature
Control operation for beginning a boxcarring session
|
CustomerAddress[] |
customerAddress(String lastName71,
String firstName72)
Auto generated method signature
|
Customer[] |
customersInBoston()
Auto generated method signature
|
Employee[] |
employeesByNumber(int employeeNumber79)
Auto generated method signature
|
org.apache.axiom.om.OMElement |
end_boxcar()
Auto generated method signature
Control operation for ending a boxcarring session
|
void |
incrementEmployeeSalary(double increment76,
int employeeNumber77)
Auto generated method signature
|
void |
incrementEmployeeSalaryEx(int employeeNumber93)
Auto generated method signature
|
Product[] |
productsInfo()
Auto generated method signature
|
void |
setEmployeeSalary(double salary86,
int employeeNumber87)
Auto generated method signature
|
void |
setSalaryForEmployees(double salary83,
int[] employeeNumbers84)
Auto generated method signature
|
void |
startaddEmployee(int employeeNumber56,
String lastName57,
String firstName58,
String email59,
double salary60,
RDBMSSampleCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcustomerAddress(String lastName71,
String firstName72,
RDBMSSampleCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcustomersInBoston(RDBMSSampleCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startemployeesByNumber(int employeeNumber79,
RDBMSSampleCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startend_boxcar(RDBMSSampleCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
Control operation for ending a boxcarring session
|
void |
startproductsInfo(RDBMSSampleCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startthousandFive(RDBMSSampleCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
Number[] |
thousandFive()
Auto generated method signature
|
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPRpublic RDBMSSampleStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic RDBMSSampleStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint,
boolean useSeparateListener)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic RDBMSSampleStub(org.apache.axis2.context.ConfigurationContext configurationContext)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic RDBMSSampleStub()
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic RDBMSSampleStub(String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic Number[] thousandFive() throws RemoteException, DataServiceFault
thousandFive in interface RDBMSSamplethousandFive52 - DataServiceFault - :RemoteExceptionRDBMSSample.thousandFive()public void startthousandFive(RDBMSSampleCallbackHandler callback) throws RemoteException
startthousandFive in interface RDBMSSamplethousandFive52 - RemoteExceptionRDBMSSample.startthousandFive(org.wso2.carbon.dataservices.samples.rdbms_sample.RDBMSSampleCallbackHandler)public String addEmployee(int employeeNumber56, String lastName57, String firstName58, String email59, double salary60) throws RemoteException, DataServiceFault
addEmployee in interface RDBMSSampleaddEmployee55 - DataServiceFault - :RemoteExceptionRDBMSSample.addEmployee(int, java.lang.String, java.lang.String, java.lang.String, double)public void startaddEmployee(int employeeNumber56,
String lastName57,
String firstName58,
String email59,
double salary60,
RDBMSSampleCallbackHandler callback)
throws RemoteException
startaddEmployee in interface RDBMSSampleaddEmployee55 - RemoteExceptionRDBMSSample.startaddEmployee(int, java.lang.String, java.lang.String, java.lang.String, double, org.wso2.carbon.dataservices.samples.rdbms_sample.RDBMSSampleCallbackHandler)public org.apache.axiom.om.OMElement end_boxcar()
throws RemoteException,
DataServiceFault
end_boxcar in interface RDBMSSampleend_boxcar63 - DataServiceFault - :RemoteExceptionRDBMSSample.end_boxcar()public void startend_boxcar(RDBMSSampleCallbackHandler callback) throws RemoteException
startend_boxcar in interface RDBMSSampleend_boxcar63 - RemoteExceptionRDBMSSample.startend_boxcar(org.wso2.carbon.dataservices.samples.rdbms_sample.RDBMSSampleCallbackHandler)public Customer[] customersInBoston() throws RemoteException, DataServiceFault
customersInBoston in interface RDBMSSamplecustomersInBoston66 - DataServiceFault - :RemoteExceptionRDBMSSample.customersInBoston()public void startcustomersInBoston(RDBMSSampleCallbackHandler callback) throws RemoteException
startcustomersInBoston in interface RDBMSSamplecustomersInBoston66 - RemoteExceptionRDBMSSample.startcustomersInBoston(org.wso2.carbon.dataservices.samples.rdbms_sample.RDBMSSampleCallbackHandler)public void begin_boxcar()
throws RemoteException
begin_boxcar in interface RDBMSSampleRemoteExceptionpublic CustomerAddress[] customerAddress(String lastName71, String firstName72) throws RemoteException, DataServiceFault
customerAddress in interface RDBMSSamplecustomerAddress70 - DataServiceFault - :RemoteExceptionRDBMSSample.customerAddress(java.lang.String, java.lang.String)public void startcustomerAddress(String lastName71, String firstName72, RDBMSSampleCallbackHandler callback) throws RemoteException
startcustomerAddress in interface RDBMSSamplecustomerAddress70 - RemoteExceptionRDBMSSample.startcustomerAddress(java.lang.String, java.lang.String, org.wso2.carbon.dataservices.samples.rdbms_sample.RDBMSSampleCallbackHandler)public void incrementEmployeeSalary(double increment76,
int employeeNumber77)
throws RemoteException
incrementEmployeeSalary in interface RDBMSSampleRemoteExceptionpublic Employee[] employeesByNumber(int employeeNumber79) throws RemoteException, DataServiceFault
employeesByNumber in interface RDBMSSampleemployeesByNumber78 - DataServiceFault - :RemoteExceptionRDBMSSample.employeesByNumber(int)public void startemployeesByNumber(int employeeNumber79,
RDBMSSampleCallbackHandler callback)
throws RemoteException
startemployeesByNumber in interface RDBMSSampleemployeesByNumber78 - RemoteExceptionRDBMSSample.startemployeesByNumber(int, org.wso2.carbon.dataservices.samples.rdbms_sample.RDBMSSampleCallbackHandler)public void setSalaryForEmployees(double salary83,
int[] employeeNumbers84)
throws RemoteException
setSalaryForEmployees in interface RDBMSSampleRemoteExceptionpublic void setEmployeeSalary(double salary86,
int employeeNumber87)
throws RemoteException
setEmployeeSalary in interface RDBMSSampleRemoteExceptionpublic void abort_boxcar()
throws RemoteException
abort_boxcar in interface RDBMSSampleRemoteExceptionpublic Product[] productsInfo() throws RemoteException, DataServiceFault
productsInfo in interface RDBMSSampleproductsInfo89 - DataServiceFault - :RemoteExceptionRDBMSSample.productsInfo()public void startproductsInfo(RDBMSSampleCallbackHandler callback) throws RemoteException
startproductsInfo in interface RDBMSSampleproductsInfo89 - RemoteExceptionRDBMSSample.startproductsInfo(org.wso2.carbon.dataservices.samples.rdbms_sample.RDBMSSampleCallbackHandler)public void incrementEmployeeSalaryEx(int employeeNumber93)
throws RemoteException
incrementEmployeeSalaryEx in interface RDBMSSampleRemoteExceptionCopyright © 2018 WSO2. All rights reserved.