| Package | Description |
|---|---|
| org.apache.olingo.server.core | |
| org.apache.olingo.server.core.legacy | |
| org.apache.olingo.server.core.requests |
| Modifier and Type | Field and Description |
|---|---|
protected ServiceHandler |
ServiceDispatcher.handler |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ServiceRequest.execute(ServiceHandler handler,
org.apache.olingo.server.api.ODataResponse response) |
| Constructor and Description |
|---|
ServiceDispatcher(org.apache.olingo.server.api.OData odata,
org.apache.olingo.server.api.ServiceMetadata metadata,
ServiceHandler handler,
org.apache.olingo.server.api.serializer.CustomContentTypeSupport customContentSupport) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProcessorServiceHandler |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceDocumentRequest.execute(ServiceHandler handler,
org.apache.olingo.server.api.ODataResponse response) |
void |
MetadataRequest.execute(ServiceHandler handler,
org.apache.olingo.server.api.ODataResponse response) |
void |
MediaRequest.execute(ServiceHandler handler,
org.apache.olingo.server.api.ODataResponse response) |
void |
FunctionRequest.execute(ServiceHandler handler,
org.apache.olingo.server.api.ODataResponse response) |
void |
DataRequest.execute(ServiceHandler handler,
org.apache.olingo.server.api.ODataResponse response) |
void |
BatchRequest.execute(ServiceHandler handler,
org.apache.olingo.server.api.ODataResponse response) |
void |
ActionRequest.execute(ServiceHandler handler,
org.apache.olingo.server.api.ODataResponse response) |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.