public class BatchDataServiceRequest extends DataServiceRequest
| Constructor and Description |
|---|
BatchDataServiceRequest(DataService dataService,
String requestName,
List<Map<String,ParamValue>> batchParams) |
| Modifier and Type | Method and Description |
|---|---|
static void |
addParticipant(BatchRequestParticipant participant) |
List<SingleDataServiceRequest> |
getDSRequests() |
org.apache.axiom.om.OMElement |
processRequest()
This method must implement the request specific request processing logic.
|
createDataServiceRequest, dispatch, getDataService, getRequestName, getUser, getUserRoles, isBoxcarringRequest, isDisableStreaming, setUser, setUserRolespublic BatchDataServiceRequest(DataService dataService, String requestName, List<Map<String,ParamValue>> batchParams) throws DataServiceFault
DataServiceFaultpublic static void addParticipant(BatchRequestParticipant participant)
public List<SingleDataServiceRequest> getDSRequests()
public org.apache.axiom.om.OMElement processRequest()
throws DataServiceFault
DataServiceRequestprocessRequest in class DataServiceRequestDataServiceFaultDataServiceRequest.processRequest()Copyright © 2017 WSO2. All rights reserved.