| Package | Description |
|---|---|
| org.mule.module.apikit.odata | |
| org.mule.module.apikit.odata.exception | |
| org.mule.module.apikit.odata.metadata | |
| org.mule.module.apikit.odata.metadata.exception |
| Modifier and Type | Method and Description |
|---|---|
static List<ODataPayloadFormatter.Format> |
ODataFormatHandler.getFormats(org.mule.extension.http.api.HttpRequestAttributes attributes)
Defines the right format based on the querystring and the accept header If
the $format query option is present in a request URI it takes precedence
over the value(s) specified in the Accept request header.
|
static ODataRequestProcessor |
ODataUriParser.parse(OdataContext odataContext,
String path,
String query,
org.mule.runtime.api.util.MultiMap<String,String> queryParams)
Parses the URI and returns the right processor to handle the request
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClientErrorException
Created by arielsegura on 10/16/15.
|
class |
ODataBadRequestException
Created by arielsegura on 10/1/15.
|
class |
ODataInternalServerErrorException
Created by arielsegura on 10/1/15.
|
class |
ODataInvalidFlowResponseException |
class |
ODataInvalidFormatException |
class |
ODataInvalidUriException |
class |
ODataMethodNotAllowedException
Created by arielsegura on 10/1/15.
|
class |
ODataNotAcceptableException
Created by arielsegura on 10/21/15.
|
class |
ODataNotFoundException
Created by arielsegura on 10/1/15.
|
class |
ODataUnsupportedMediaTypeException
Created by arielsegura on 10/1/15.
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
OdataMetadataManager.getEntityKeys(String entityName) |
| Modifier and Type | Class and Description |
|---|---|
class |
OdataMetadataEntityNotFoundException |
class |
OdataMetadataFieldsException |
class |
OdataMetadataFormatException |
Copyright © 2025 MuleSoft, Inc.. All rights reserved.