|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BatchHandler
Method Summary | |
---|---|
BatchResponsePart |
handleBatchPart(BatchRequestPart batchRequestPart)
Handles the BatchRequestPart in a way that it results in a corresponding BatchResponsePart . |
ODataResponse |
handleRequest(ODataRequest request)
Delegates a handling of the request ODataRequest to the request handler and provides ODataResponse
ODataResponse . |
Method Detail |
---|
BatchResponsePart handleBatchPart(BatchRequestPart batchRequestPart) throws ODataException
Handles the BatchRequestPart
in a way that it results in a corresponding BatchResponsePart
.
batchRequestPart
- the incoming MIME part
ODataException
ODataResponse handleRequest(ODataRequest request) throws ODataException
Delegates a handling of the request ODataRequest
to the request handler and provides ODataResponse
ODataResponse
.
request
- the incoming request
ODataException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |