public interface BatchRequestSample
Modifier and Type | Method and Description |
---|---|
REQUEST_STATUS |
addEmployee_batch_req(AddEmployee_batch_req addEmployee_batch_req3)
Auto generated method signature
batch operation for 'addEmployee'
|
REQUEST_STATUS |
addEmployee(AddEmployee addEmployee5)
Auto generated method signature
|
void |
deleteEmployee_batch_req(DeleteEmployee_batch_req deleteEmployee_batch_req2)
Auto generated method signature for Asynchronous Invocations
batch operation for 'deleteEmployee'
|
void |
deleteEmployee(DeleteEmployee deleteEmployee1)
Auto generated method signature for Asynchronous Invocations
|
EmployeesE |
employeeExists(EmployeeExists employeeExists7)
Auto generated method signature
|
void |
startaddEmployee_batch_req(AddEmployee_batch_req addEmployee_batch_req3,
BatchRequestSampleCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
batch operation for 'addEmployee'
|
void |
startaddEmployee(AddEmployee addEmployee5,
BatchRequestSampleCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startemployeeExists(EmployeeExists employeeExists7,
BatchRequestSampleCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void deleteEmployee(DeleteEmployee deleteEmployee1) throws RemoteException
RemoteException
void deleteEmployee_batch_req(DeleteEmployee_batch_req deleteEmployee_batch_req2) throws RemoteException
RemoteException
REQUEST_STATUS addEmployee_batch_req(AddEmployee_batch_req addEmployee_batch_req3) throws RemoteException, DataServiceFault
addEmployee_batch_req3
- DataServiceFault
- :RemoteException
void startaddEmployee_batch_req(AddEmployee_batch_req addEmployee_batch_req3, BatchRequestSampleCallbackHandler callback) throws RemoteException
addEmployee_batch_req3
- RemoteException
REQUEST_STATUS addEmployee(AddEmployee addEmployee5) throws RemoteException, DataServiceFault
addEmployee5
- DataServiceFault
- :RemoteException
void startaddEmployee(AddEmployee addEmployee5, BatchRequestSampleCallbackHandler callback) throws RemoteException
addEmployee5
- RemoteException
EmployeesE employeeExists(EmployeeExists employeeExists7) throws RemoteException, DataServiceFault
employeeExists7
- DataServiceFault
- :RemoteException
void startemployeeExists(EmployeeExists employeeExists7, BatchRequestSampleCallbackHandler callback) throws RemoteException
employeeExists7
- RemoteException
Copyright © 2015 WSO2 Inc. All rights reserved.