public class RequestBox extends Object
Constructor and Description |
---|
RequestBox() |
Modifier and Type | Method and Description |
---|---|
void |
addRequest(DataServiceRequest request) |
void |
clear() |
org.apache.axiom.om.OMElement |
execute()
This is called when a boxcarring session is over,
and the stored requests will be executed,
the result of the last operation is returned.
|
List<DataServiceRequest> |
getRequests() |
public List<DataServiceRequest> getRequests()
public void addRequest(DataServiceRequest request)
public void clear()
public org.apache.axiom.om.OMElement execute() throws DataServiceFault
DataServiceFault
Copyright © 2019 WSO2. All rights reserved.