|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ODataErrorContext | |
|---|---|
| org.apache.olingo.odata2.api.ep | Entity Provider |
| org.apache.olingo.odata2.api.processor | Data Processor |
| Uses of ODataErrorContext in org.apache.olingo.odata2.api.ep |
|---|
| Methods in org.apache.olingo.odata2.api.ep that return ODataErrorContext | |
|---|---|
static ODataErrorContext |
EntityProvider.readErrorDocument(InputStream errorDocument,
String contentType)
Read (de-serialize) data from error document as InputStream and provide according ODataErrorContext
. |
ODataErrorContext |
EntityProvider.EntityProviderInterface.readErrorDocument(InputStream errorDocument,
String contentType)
Read (de-serialize) data from error document as InputStream and provide according
ODataErrorContext. |
| Methods in org.apache.olingo.odata2.api.ep with parameters of type ODataErrorContext | |
|---|---|
static ODataResponse |
EntityProvider.writeErrorDocument(ODataErrorContext context)
Serializes an error message according to the OData standard. |
ODataResponse |
EntityProvider.EntityProviderInterface.writeErrorDocument(ODataErrorContext context)
Serializes an error message according to the OData standard. |
| Uses of ODataErrorContext in org.apache.olingo.odata2.api.processor |
|---|
| Methods in org.apache.olingo.odata2.api.processor with parameters of type ODataErrorContext | |
|---|---|
ODataResponse |
ODataErrorCallback.handleError(ODataErrorContext context)
This method can be used to handle an error differently than the exception mapper would. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||