public interface BatchRequestSample
| Modifier and Type | Method and Description |
|---|---|
REQUEST_STATUS |
addEmployee_batch_req(AddEmployee_batch_req addEmployee_batch_req1)
Auto generated method signature
batch operation for 'addEmployee'
|
REQUEST_STATUS |
addEmployee(AddEmployee addEmployee4)
Auto generated method signature
|
void |
deleteEmployee_batch_req(DeleteEmployee_batch_req deleteEmployee_batch_req8)
Auto generated method signature for Asynchronous Invocations
batch operation for 'deleteEmployee'
|
void |
deleteEmployee(DeleteEmployee deleteEmployee3)
Auto generated method signature for Asynchronous Invocations
|
EmployeesE |
employeeExists(EmployeeExists employeeExists6)
Auto generated method signature
|
void |
startaddEmployee_batch_req(AddEmployee_batch_req addEmployee_batch_req1,
BatchRequestSampleCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
batch operation for 'addEmployee'
|
void |
startaddEmployee(AddEmployee addEmployee4,
BatchRequestSampleCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startemployeeExists(EmployeeExists employeeExists6,
BatchRequestSampleCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
REQUEST_STATUS addEmployee_batch_req(AddEmployee_batch_req addEmployee_batch_req1) throws RemoteException, DataServiceFault
addEmployee_batch_req1 - DataServiceFault - :RemoteExceptionvoid startaddEmployee_batch_req(AddEmployee_batch_req addEmployee_batch_req1, BatchRequestSampleCallbackHandler callback) throws RemoteException
addEmployee_batch_req1 - RemoteExceptionvoid deleteEmployee(DeleteEmployee deleteEmployee3) throws RemoteException
RemoteExceptionREQUEST_STATUS addEmployee(AddEmployee addEmployee4) throws RemoteException, DataServiceFault
addEmployee4 - DataServiceFault - :RemoteExceptionvoid startaddEmployee(AddEmployee addEmployee4, BatchRequestSampleCallbackHandler callback) throws RemoteException
addEmployee4 - RemoteExceptionEmployeesE employeeExists(EmployeeExists employeeExists6) throws RemoteException, DataServiceFault
employeeExists6 - DataServiceFault - :RemoteExceptionvoid startemployeeExists(EmployeeExists employeeExists6, BatchRequestSampleCallbackHandler callback) throws RemoteException
employeeExists6 - RemoteExceptionvoid deleteEmployee_batch_req(DeleteEmployee_batch_req deleteEmployee_batch_req8) throws RemoteException
RemoteExceptionCopyright © 2018 WSO2. All rights reserved.