| Package | Description |
|---|---|
| org.apache.olingo.server.api | |
| org.apache.olingo.server.api.processor |
| Modifier and Type | Method and Description |
|---|---|
void |
ODataHttpHandler.register(Processor processor)
Register additional custom processor implementations for handling OData requests.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EntityCollectionProcessor
Processor interface for handling collections of entities (collections, EntitySets or feeds).
|
interface |
EntityProcessor
Processor interface for handling a single entry (e.g.
|
interface |
ExceptionProcessor
Processor which is called if any exception occurs inside the library or another processor
|
interface |
MetadataProcessor
Processor interface for handling the metadata document.
|
interface |
ServiceDocumentProcessor
Processor interface for handling the service document.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultProcessor
Processor implementation for handling of metadata and service document.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContentType> |
CustomContentTypeSupportProcessor.modifySupportedContentTypes(List<ContentType> defaultContentTypes,
Class<? extends Processor> processorClass)
Returns a list of supported content types.
|
Copyright © 2013–2014 The Apache Software Foundation. All rights reserved.