Modifier and Type | Method and Description |
---|---|
abstract ServiceMetadata |
OData.createServiceMetadata(EdmProvider edmProvider,
List<EdmxReference> references)
Creates a metadata object for this service.
|
Modifier and Type | Method and Description |
---|---|
abstract ODataHttpHandler |
OData.createHandler(ServiceMetadata serviceMetadata)
Creates a new ODataHttpHandler for handling OData requests in an HTTP context.
|
Modifier and Type | Method and Description |
---|---|
void |
Processor.init(OData odata,
ServiceMetadata serviceMetadata)
Initializes the processor for each HTTP request - response cycle.
|
void |
DefaultProcessor.init(OData odata,
ServiceMetadata serviceMetadata) |
Modifier and Type | Method and Description |
---|---|
InputStream |
ODataSerializer.metadataDocument(ServiceMetadata serviceMetadata)
Writes the metadata document into an InputStream.
|
Modifier and Type | Method and Description |
---|---|
void |
CarsProcessor.init(OData odata,
ServiceMetadata edm) |
Modifier and Type | Method and Description |
---|---|
void |
TechnicalProcessor.init(OData odata,
ServiceMetadata serviceMetadata) |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.