Interface ActionVoidProcessor
- All Superinterfaces:
Processor
Processor interface for handling an action request with no return type.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
processActionVoid
(ODataRequest request, ODataResponse response, UriInfo uriInfo, ContentType requestFormat) Process an action which has no return type.
-
Method Details
-
processActionVoid
void processActionVoid(ODataRequest request, ODataResponse response, UriInfo uriInfo, ContentType requestFormat) throws ODataApplicationException, ODataLibraryException Process an action which has no return type.- Parameters:
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 request- Throws:
ODataApplicationException
- if the service implementation encounters a failureODataLibraryException
-