Package | Description |
---|---|
org.apache.olingo.server.api | |
org.apache.olingo.server.api.serializer |
Modifier and Type | Method and Description |
---|---|
abstract ODataSerializer |
OData.createSerializer(ODataFormat format)
Creates a new serializer object for rendering content in the specified format.
|
Modifier and Type | Method and Description |
---|---|
InputStream |
ODataSerializer.entity(EdmEntitySet edmEntitySet,
Entity entity,
ContextURL contextURL) |
InputStream |
ODataSerializer.entitySet(EdmEntitySet edmEntitySet,
EntitySet entitySet,
ContextURL contextURL) |
InputStream |
ODataSerializer.error(ODataServerError error)
Writes an ODataError into an InputStream.
|
InputStream |
ODataSerializer.metadataDocument(Edm edm) |
InputStream |
ODataSerializer.serviceDocument(Edm edm,
String serviceRoot) |
Copyright © 2013–2014 The Apache Software Foundation. All rights reserved.