public interface FaultDBService
Modifier and Type | Method and Description |
---|---|
Customer[] |
_getcustomers1()
Auto generated method signature
|
Customer[] |
_postcustomers2()
Auto generated method signature
|
Customer[] |
basic_array_type_op(String country12,
String[] state13,
int creditLimit14,
String[] city15,
String contactFirstName16)
Auto generated method signature
|
Customer[] |
basic_merge_op()
Auto generated method signature
|
Payment[] |
select_attributes_op()
Auto generated method signature
|
Product[] |
select_op_all_fields()
Auto generated method signature
|
OrderDetails[] |
select_op_count()
Auto generated method signature
|
Customer[] |
select_op_given_fields()
Auto generated method signature
|
void |
start_getcustomers1(FaultDBServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
start_postcustomers2(FaultDBServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startbasic_array_type_op(String country12,
String[] state13,
int creditLimit14,
String[] city15,
String contactFirstName16,
FaultDBServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startbasic_merge_op(FaultDBServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startselect_attributes_op(FaultDBServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startselect_op_all_fields(FaultDBServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startselect_op_count(FaultDBServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startselect_op_given_fields(FaultDBServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
Customer[] basic_merge_op() throws RemoteException, DataServiceFaultException
basic_merge_op8
- DataServiceFaultException
- :RemoteException
void startbasic_merge_op(FaultDBServiceCallbackHandler callback) throws RemoteException
basic_merge_op8
- RemoteException
Customer[] basic_array_type_op(String country12, String[] state13, int creditLimit14, String[] city15, String contactFirstName16) throws RemoteException, DataServiceFaultException
basic_array_type_op11
- DataServiceFaultException
- :RemoteException
void startbasic_array_type_op(String country12, String[] state13, int creditLimit14, String[] city15, String contactFirstName16, FaultDBServiceCallbackHandler callback) throws RemoteException
basic_array_type_op11
- RemoteException
Customer[] _postcustomers2() throws RemoteException, DataServiceFaultException
_postcustomers219
- DataServiceFaultException
- :RemoteException
void start_postcustomers2(FaultDBServiceCallbackHandler callback) throws RemoteException
_postcustomers219
- RemoteException
Customer[] _getcustomers1() throws RemoteException, DataServiceFaultException
_getcustomers122
- DataServiceFaultException
- :RemoteException
void start_getcustomers1(FaultDBServiceCallbackHandler callback) throws RemoteException
_getcustomers122
- RemoteException
Customer[] select_op_given_fields() throws RemoteException, DataServiceFaultException
select_op_given_fields25
- DataServiceFaultException
- :RemoteException
void startselect_op_given_fields(FaultDBServiceCallbackHandler callback) throws RemoteException
select_op_given_fields25
- RemoteException
OrderDetails[] select_op_count() throws RemoteException, DataServiceFaultException
select_op_count28
- DataServiceFaultException
- :RemoteException
void startselect_op_count(FaultDBServiceCallbackHandler callback) throws RemoteException
select_op_count28
- RemoteException
Payment[] select_attributes_op() throws RemoteException, DataServiceFaultException
select_attributes_op31
- DataServiceFaultException
- :RemoteException
void startselect_attributes_op(FaultDBServiceCallbackHandler callback) throws RemoteException
select_attributes_op31
- RemoteException
Product[] select_op_all_fields() throws RemoteException, DataServiceFaultException
select_op_all_fields34
- DataServiceFaultException
- :RemoteException
void startselect_op_all_fields(FaultDBServiceCallbackHandler callback) throws RemoteException
select_op_all_fields34
- RemoteException
Copyright © 2015 WSO2 Inc. All rights reserved.