| Package | Description |
|---|---|
| org.mule.extension.internal.handlers | |
| org.mule.extension.internal.processors | |
| org.mule.extension.internal.routing | |
| org.mule.extension.internal.utils |
| Modifier and Type | Method and Description |
|---|---|
RoutingContext |
RequestHandler.handleRequest(org.apache.olingo.server.api.ODataRequest request,
org.apache.olingo.server.api.uri.UriInfo uriInfo,
SourceKind kind) |
| Modifier and Type | Method and Description |
|---|---|
<T,R extends SuccessResponse> |
RoutingProcessor.completeExpansibleResponse(org.apache.olingo.server.api.ODataRequest request,
org.apache.olingo.server.api.ODataResponse response,
org.apache.olingo.server.api.uri.UriInfo uriInfo,
org.apache.olingo.commons.api.format.ContentType responseFormat,
SourceKind kind,
ResponseHandler<T,R> responseHandler) |
| Modifier and Type | Method and Description |
|---|---|
SourceKind |
RoutingKey.getKind() |
static SourceKind |
SourceKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SourceKind[] |
SourceKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
RoutingKey(HttpMethod method,
String path,
SourceKind kind) |
| Modifier and Type | Method and Description |
|---|---|
static RoutingKey<InputStream,ListenerRequestAttributes,SourceConfiguration> |
OlingoUtils.getRoutingKey(org.apache.olingo.server.api.ODataRequest request,
org.apache.olingo.server.api.uri.UriInfo uriInfo,
SourceKind kind)
Builds a
ConfigurationRoutingKey based on the request method and the URI segment details. |
Copyright © 2024 MuleSoft, Inc.. All rights reserved.