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 employeeNumber79,
String lastName80,
String firstName81,
String email82,
double salary83)
Auto generated method signature
|
void |
begin_boxcar()
Auto generated method signature
Control operation for beginning a boxcarring session
|
CustomerAddress[] |
customerAddress(String lastName74,
String firstName75)
Auto generated method signature
|
Customer[] |
customersInBoston()
Auto generated method signature
|
Employee[] |
employeesByNumber(int employeeNumber59)
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 increment56,
int employeeNumber57)
Auto generated method signature
|
void |
incrementEmployeeSalaryEx(int employeeNumber72)
Auto generated method signature
|
Product[] |
productsInfo()
Auto generated method signature
|
void |
setEmployeeSalary(double salary53,
int employeeNumber54)
Auto generated method signature
|
void |
setSalaryForEmployees(double salary69,
int[] employeeNumbers70)
Auto generated method signature
|
void |
startaddEmployee(int employeeNumber79,
String lastName80,
String firstName81,
String email82,
double salary83,
RDBMSSampleCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcustomerAddress(String lastName74,
String firstName75,
RDBMSSampleCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcustomersInBoston(RDBMSSampleCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startemployeesByNumber(int employeeNumber59,
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, setServiceClientEPR
public RDBMSSampleStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public RDBMSSampleStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public RDBMSSampleStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public RDBMSSampleStub() throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public RDBMSSampleStub(String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public void setEmployeeSalary(double salary53, int employeeNumber54) throws RemoteException
setEmployeeSalary
in interface RDBMSSample
RemoteException
public void incrementEmployeeSalary(double increment56, int employeeNumber57) throws RemoteException
incrementEmployeeSalary
in interface RDBMSSample
RemoteException
public Employee[] employeesByNumber(int employeeNumber59) throws RemoteException, DataServiceFault
employeesByNumber
in interface RDBMSSample
employeesByNumber58
- DataServiceFault
- :RemoteException
RDBMSSample.employeesByNumber(int)
public void startemployeesByNumber(int employeeNumber59, RDBMSSampleCallbackHandler callback) throws RemoteException
startemployeesByNumber
in interface RDBMSSample
employeesByNumber58
- RemoteException
RDBMSSample.startemployeesByNumber(int, org.wso2.carbon.dataservices.samples.rdbms_sample.RDBMSSampleCallbackHandler)
public Number[] thousandFive() throws RemoteException, DataServiceFault
thousandFive
in interface RDBMSSample
thousandFive62
- DataServiceFault
- :RemoteException
RDBMSSample.thousandFive()
public void startthousandFive(RDBMSSampleCallbackHandler callback) throws RemoteException
startthousandFive
in interface RDBMSSample
thousandFive62
- RemoteException
RDBMSSample.startthousandFive(org.wso2.carbon.dataservices.samples.rdbms_sample.RDBMSSampleCallbackHandler)
public org.apache.axiom.om.OMElement end_boxcar() throws RemoteException, DataServiceFault
end_boxcar
in interface RDBMSSample
end_boxcar65
- DataServiceFault
- :RemoteException
RDBMSSample.end_boxcar()
public void startend_boxcar(RDBMSSampleCallbackHandler callback) throws RemoteException
startend_boxcar
in interface RDBMSSample
end_boxcar65
- RemoteException
RDBMSSample.startend_boxcar(org.wso2.carbon.dataservices.samples.rdbms_sample.RDBMSSampleCallbackHandler)
public void setSalaryForEmployees(double salary69, int[] employeeNumbers70) throws RemoteException
setSalaryForEmployees
in interface RDBMSSample
RemoteException
public void incrementEmployeeSalaryEx(int employeeNumber72) throws RemoteException
incrementEmployeeSalaryEx
in interface RDBMSSample
RemoteException
public CustomerAddress[] customerAddress(String lastName74, String firstName75) throws RemoteException, DataServiceFault
customerAddress
in interface RDBMSSample
customerAddress73
- DataServiceFault
- :RemoteException
RDBMSSample.customerAddress(java.lang.String, java.lang.String)
public void startcustomerAddress(String lastName74, String firstName75, RDBMSSampleCallbackHandler callback) throws RemoteException
startcustomerAddress
in interface RDBMSSample
customerAddress73
- RemoteException
RDBMSSample.startcustomerAddress(java.lang.String, java.lang.String, org.wso2.carbon.dataservices.samples.rdbms_sample.RDBMSSampleCallbackHandler)
public String addEmployee(int employeeNumber79, String lastName80, String firstName81, String email82, double salary83) throws RemoteException, DataServiceFault
addEmployee
in interface RDBMSSample
addEmployee78
- DataServiceFault
- :RemoteException
RDBMSSample.addEmployee(int, java.lang.String, java.lang.String, java.lang.String, double)
public void startaddEmployee(int employeeNumber79, String lastName80, String firstName81, String email82, double salary83, RDBMSSampleCallbackHandler callback) throws RemoteException
startaddEmployee
in interface RDBMSSample
addEmployee78
- RemoteException
RDBMSSample.startaddEmployee(int, java.lang.String, java.lang.String, java.lang.String, double, org.wso2.carbon.dataservices.samples.rdbms_sample.RDBMSSampleCallbackHandler)
public Product[] productsInfo() throws RemoteException, DataServiceFault
productsInfo
in interface RDBMSSample
productsInfo86
- DataServiceFault
- :RemoteException
RDBMSSample.productsInfo()
public void startproductsInfo(RDBMSSampleCallbackHandler callback) throws RemoteException
startproductsInfo
in interface RDBMSSample
productsInfo86
- RemoteException
RDBMSSample.startproductsInfo(org.wso2.carbon.dataservices.samples.rdbms_sample.RDBMSSampleCallbackHandler)
public void abort_boxcar() throws RemoteException
abort_boxcar
in interface RDBMSSample
RemoteException
public void begin_boxcar() throws RemoteException
begin_boxcar
in interface RDBMSSample
RemoteException
public Customer[] customersInBoston() throws RemoteException, DataServiceFault
customersInBoston
in interface RDBMSSample
customersInBoston91
- DataServiceFault
- :RemoteException
RDBMSSample.customersInBoston()
public void startcustomersInBoston(RDBMSSampleCallbackHandler callback) throws RemoteException
startcustomersInBoston
in interface RDBMSSample
customersInBoston91
- RemoteException
RDBMSSample.startcustomersInBoston(org.wso2.carbon.dataservices.samples.rdbms_sample.RDBMSSampleCallbackHandler)
Copyright © 2015 WSO2 Inc. All rights reserved.