public interface ActionEntityProcessor extends EntityProcessor
| Modifier and Type | Method and Description |
|---|---|
void |
processActionEntity(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType requestFormat,
ContentType responseFormat)
Process an action which has as return type an entity.
|
createEntity, deleteEntity, readEntity, updateEntityvoid processActionEntity(ODataRequest request, ODataResponse response, UriInfo uriInfo, ContentType requestFormat, ContentType responseFormat) throws ODataApplicationException, DeserializerException, SerializerException
request - OData request object containing raw HTTP informationresponse - OData response object for collecting response datauriInfo - information of a parsed OData URIrequestFormat - content type of body sent with requestresponseFormat - requested content type after content negotiationODataApplicationException - if the service implementation encounters a failureDeserializerException - if deserialization failedSerializerException - if serialization failedCopyright © 2013–2015 The Apache Software Foundation. All rights reserved.