public abstract class ODataRequestProcessor extends Object
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
LEADING_SLASH |
protected OdataContext |
oDataContext |
| Constructor and Description |
|---|
ODataRequestProcessor(OdataContext oDataContext) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getCompleteUrl(org.mule.extension.http.api.HttpRequestAttributes attributes) |
protected String |
getHost(org.mule.extension.http.api.HttpRequestAttributes attributes) |
protected OdataMetadataManager |
getMetadataManager() |
protected String |
getProtocol(org.mule.extension.http.api.HttpRequestAttributes attributes) |
abstract reactor.core.publisher.Mono<ODataPayload<?>> |
process(org.mule.runtime.core.api.event.CoreEvent event,
AbstractRouterInterface router,
List<ODataPayloadFormatter.Format> formats) |
public static final Pattern LEADING_SLASH
protected OdataContext oDataContext
public ODataRequestProcessor(OdataContext oDataContext)
public abstract reactor.core.publisher.Mono<ODataPayload<?>> process(org.mule.runtime.core.api.event.CoreEvent event, AbstractRouterInterface router, List<ODataPayloadFormatter.Format> formats)
protected OdataMetadataManager getMetadataManager()
protected String getProtocol(org.mule.extension.http.api.HttpRequestAttributes attributes)
protected String getHost(org.mule.extension.http.api.HttpRequestAttributes attributes)
protected String getCompleteUrl(org.mule.extension.http.api.HttpRequestAttributes attributes)
Copyright © 2025 MuleSoft, Inc.. All rights reserved.