public class BatchRequestSampleStub extends org.apache.axis2.client.Stub implements BatchRequestSample
Modifier and Type | Field and Description |
---|---|
protected org.apache.axis2.description.AxisOperation[] |
_operations |
Constructor and Description |
---|
BatchRequestSampleStub()
Default Constructor
|
BatchRequestSampleStub(org.apache.axis2.context.ConfigurationContext configurationContext)
Default Constructor
|
BatchRequestSampleStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint)
Constructor that takes in a configContext
|
BatchRequestSampleStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint,
boolean useSeparateListener)
Constructor that takes in a configContext and useseperate listner
|
BatchRequestSampleStub(String targetEndpoint)
Constructor taking the target endpoint
|
Modifier and Type | Method and Description |
---|---|
REQUEST_STATUS |
addEmployee_batch_req(AddEmployee_batch_req addEmployee_batch_req11)
Auto generated method signature
batch operation for 'addEmployee'
|
REQUEST_STATUS |
addEmployee(AddEmployee addEmployee13)
Auto generated method signature
|
void |
deleteEmployee_batch_req(DeleteEmployee_batch_req deleteEmployee_batch_req10)
Auto generated method signature
batch operation for 'deleteEmployee'
|
void |
deleteEmployee(DeleteEmployee deleteEmployee9)
Auto generated method signature
|
EmployeesE |
employeeExists(EmployeeExists employeeExists15)
Auto generated method signature
|
void |
startaddEmployee_batch_req(AddEmployee_batch_req addEmployee_batch_req11,
BatchRequestSampleCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
batch operation for 'addEmployee'
|
void |
startaddEmployee(AddEmployee addEmployee13,
BatchRequestSampleCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startemployeeExists(EmployeeExists employeeExists15,
BatchRequestSampleCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPR
public BatchRequestSampleStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public BatchRequestSampleStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public BatchRequestSampleStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public BatchRequestSampleStub() throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public BatchRequestSampleStub(String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public void deleteEmployee(DeleteEmployee deleteEmployee9) throws RemoteException
deleteEmployee
in interface BatchRequestSample
RemoteException
public void deleteEmployee_batch_req(DeleteEmployee_batch_req deleteEmployee_batch_req10) throws RemoteException
deleteEmployee_batch_req
in interface BatchRequestSample
RemoteException
public REQUEST_STATUS addEmployee_batch_req(AddEmployee_batch_req addEmployee_batch_req11) throws RemoteException, DataServiceFault
addEmployee_batch_req
in interface BatchRequestSample
addEmployee_batch_req11
- DataServiceFault
- :RemoteException
BatchRequestSample.addEmployee_batch_req(org.wso2.ws.dataservice.samples.batch_request_sample.AddEmployee_batch_req)
public void startaddEmployee_batch_req(AddEmployee_batch_req addEmployee_batch_req11, BatchRequestSampleCallbackHandler callback) throws RemoteException
startaddEmployee_batch_req
in interface BatchRequestSample
addEmployee_batch_req11
- RemoteException
BatchRequestSample.startaddEmployee_batch_req(org.wso2.ws.dataservice.samples.batch_request_sample.AddEmployee_batch_req, org.wso2.carbon.dataservices.samples.batch_request_sample.BatchRequestSampleCallbackHandler)
public REQUEST_STATUS addEmployee(AddEmployee addEmployee13) throws RemoteException, DataServiceFault
addEmployee
in interface BatchRequestSample
addEmployee13
- DataServiceFault
- :RemoteException
BatchRequestSample.addEmployee(org.wso2.ws.dataservice.samples.batch_request_sample.AddEmployee)
public void startaddEmployee(AddEmployee addEmployee13, BatchRequestSampleCallbackHandler callback) throws RemoteException
startaddEmployee
in interface BatchRequestSample
addEmployee13
- RemoteException
BatchRequestSample.startaddEmployee(org.wso2.ws.dataservice.samples.batch_request_sample.AddEmployee, org.wso2.carbon.dataservices.samples.batch_request_sample.BatchRequestSampleCallbackHandler)
public EmployeesE employeeExists(EmployeeExists employeeExists15) throws RemoteException, DataServiceFault
employeeExists
in interface BatchRequestSample
employeeExists15
- DataServiceFault
- :RemoteException
BatchRequestSample.employeeExists(org.wso2.ws.dataservice.samples.batch_request_sample.EmployeeExists)
public void startemployeeExists(EmployeeExists employeeExists15, BatchRequestSampleCallbackHandler callback) throws RemoteException
startemployeeExists
in interface BatchRequestSample
employeeExists15
- RemoteException
BatchRequestSample.startemployeeExists(org.wso2.ws.dataservice.samples.batch_request_sample.EmployeeExists, org.wso2.carbon.dataservices.samples.batch_request_sample.BatchRequestSampleCallbackHandler)
Copyright © 2015 WSO2 Inc. All rights reserved.