| Modifier and Type | Method and Description |
|---|---|
void |
processActionVoid(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
org.apache.olingo.commons.api.format.ContentType requestFormat)
Process an action which has no return type.
|
void processActionVoid(ODataRequest request, ODataResponse response, UriInfo uriInfo, org.apache.olingo.commons.api.format.ContentType requestFormat) throws ODataApplicationException, ODataLibraryException
request - OData request object containing raw HTTP informationresponse - OData response object for collecting response datauriInfo - information about a parsed OData URIrequestFormat - content type of body sent with requestODataApplicationException - if the service implementation encounters a failureODataLibraryExceptionCopyright © 2013–2022 The Apache Software Foundation. All rights reserved.