public interface PrimitiveValueProcessor extends PrimitiveProcessor
| Modifier and Type | Method and Description |
|---|---|
void |
readPrimitiveValue(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType responseFormat)
Reads raw value of a primitive-type instance, e.g., of a primitive property of an entity.
|
deletePrimitive, readPrimitive, updatePrimitivevoid readPrimitiveValue(ODataRequest request, ODataResponse response, UriInfo uriInfo, ContentType responseFormat) throws ODataApplicationException, SerializerException
null, the service responds with 204 No Content.
If it is not available, for example due to permissions, the service responds with 404 Not Found.request - OData request object containing raw HTTP informationresponse - OData response object for collecting response datauriInfo - information of a parsed OData URIresponseFormat - requested content type after content negotiationODataApplicationException - if the service implementation encounters a failureSerializerException - if serialization failedCopyright © 2013–2015 The Apache Software Foundation. All rights reserved.