Class BatchHandlerImpl
- java.lang.Object
-
- org.apache.olingo.odata2.core.batch.BatchHandlerImpl
-
- All Implemented Interfaces:
BatchHandler
public class BatchHandlerImpl extends Object implements BatchHandler
-
-
Constructor Summary
Constructors Constructor Description BatchHandlerImpl(ODataServiceFactory factory, ODataService service)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BatchResponseParthandleBatchPart(BatchRequestPart batchPart)ODataResponsehandleRequest(ODataRequest suppliedRequest)
-
-
-
Constructor Detail
-
BatchHandlerImpl
public BatchHandlerImpl(ODataServiceFactory factory, ODataService service)
-
-
Method Detail
-
handleBatchPart
public BatchResponsePart handleBatchPart(BatchRequestPart batchPart) throws ODataException
- Specified by:
handleBatchPartin interfaceBatchHandler- Throws:
ODataException
-
handleRequest
public ODataResponse handleRequest(ODataRequest suppliedRequest) throws ODataException
- Specified by:
handleRequestin interfaceBatchHandler- Throws:
ODataException
-
-