| Modifier and Type | Interface and Description |
|---|---|
interface |
CollectionSuccessResponse
Identifies a success response of entity collections which might include server side pagination parameters.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EntityCollectionSuccessResponse
Parameters used by the module to serialize a success response of entity collections.
|
class |
EntitySuccessResponse
Parameters used by the module to serialize a success response of entities.
|
class |
RawEntityCollectionSuccessResponse
Raw content of a success response that represents an entity collection.
|
class |
RawEntitySuccessResponse
Raw content of a success response that represents a single entity.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ResponseHandler<T,R extends SuccessResponse>
Response Handler, transform the Flow Output in an OData Response using Olingo serialization
|
| Modifier and Type | Method and Description |
|---|---|
protected org.mule.runtime.extension.api.runtime.operation.Result<InputStream,org.mule.runtime.api.util.MultiMap<String,Object>> |
EntityResponseHandler.serialize(org.apache.olingo.commons.api.data.Entity entity,
SuccessResponse flowResponse,
org.apache.olingo.server.api.uri.UriInfo uriInfo,
org.apache.olingo.server.api.ODataRequest request,
org.apache.olingo.commons.api.format.ContentType responseFormat) |
| 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 | Class and Description |
|---|---|
class |
DefaultRoutingContext<C extends SuccessResponse>
Default routing context to keep track of the concurrent execution of the listener flow.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseSource.onSuccess(SuccessResponse successResponse,
org.mule.runtime.extension.api.runtime.source.SourceCallbackContext callbackContext,
org.mule.runtime.extension.api.runtime.source.SourceCompletionCallback completionCallback)
Base implementation for
OnSuccess, derived classes
SHOULD call this on their |
void |
EntitySource.onSuccess(SuccessResponse successResponse,
org.mule.runtime.extension.api.runtime.source.SourceCallbackContext callbackContext,
org.mule.runtime.extension.api.runtime.source.SourceCompletionCallback completionCallback) |
Copyright © 2024 MuleSoft, Inc.. All rights reserved.