| Package | Description |
|---|---|
| org.apache.olingo.server.api.processor |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityCollectionProcessor.readCollection(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType requestedContentType)
Read entities data from persistency and puts serialized content and status into the response.
|
void |
EntityProcessor.readEntity(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType format)
Read entity data from persistency and puts serialized content and status into the response.
|
void |
MetadataProcessor.readMetadata(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType requestedContentType)
Read data from persistency and puts serialized content and status into the response.
|
void |
DefaultProcessor.readMetadata(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType requestedContentType) |
void |
ServiceDocumentProcessor.readServiceDocument(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType requestedContentType)
Read service document information from persistency and puts serialized content and status into the response.
|
void |
DefaultProcessor.readServiceDocument(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType requestedContentType) |
Copyright © 2013–2014 The Apache Software Foundation. All rights reserved.