| Package | Description |
|---|---|
| org.apache.olingo.server.core | |
| org.apache.olingo.server.core.legacy | |
| org.apache.olingo.server.core.responses |
| Modifier and Type | Method and Description |
|---|---|
<T extends ServiceResponse> |
ServiceHandler.invoke(ActionRequest request,
String eTag,
T response)
Invocation of a Function.
|
<T extends ServiceResponse> |
ServiceHandler.invoke(FunctionRequest request,
org.apache.olingo.commons.api.http.HttpMethod method,
T response)
Invocation of a Function.
|
<T extends ServiceResponse> |
ServiceHandler.read(DataRequest request,
T response)
Read operation for EntitySets, Entities, Properties, Media etc.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends ServiceResponse> |
ProcessorServiceHandler.invoke(ActionRequest request,
String eTag,
T response) |
<T extends ServiceResponse> |
ProcessorServiceHandler.invoke(FunctionRequest request,
org.apache.olingo.commons.api.http.HttpMethod method,
T response) |
<T extends ServiceResponse> |
ProcessorServiceHandler.read(DataRequest request,
T response) |
| Modifier and Type | Class and Description |
|---|---|
class |
CountResponse |
class |
EntityResponse |
class |
EntitySetResponse |
class |
MetadataResponse |
class |
NoContentResponse |
class |
PrimitiveValueResponse |
class |
PropertyResponse |
class |
ServiceDocumentResponse |
class |
StreamResponse |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.