public class EntityCollectionResponseHandler extends ResponseHandler<org.apache.olingo.commons.api.data.EntityCollection,CollectionSuccessResponse>
ResponseHandler.SerializeoData, serviceMetadata| Constructor and Description |
|---|
EntityCollectionResponseHandler(org.apache.olingo.server.api.OData oData,
org.apache.olingo.server.api.ServiceMetadata serviceMetadata) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addSuffix(org.apache.olingo.server.api.uri.UriResource uriResource,
org.apache.olingo.commons.api.data.ContextURL.Builder builder) |
protected org.apache.olingo.commons.api.data.EntityCollection |
deserialize(InputStream inboundContent,
org.apache.olingo.commons.api.format.ContentType inboundContentType,
org.apache.olingo.commons.api.edm.EdmEntityType entityType) |
protected ResponseHandler.Serialize |
getSerializationFunctionByUriResourceType(org.apache.olingo.commons.api.data.EntityCollection content,
org.apache.olingo.server.api.serializer.ODataSerializer serializer,
org.apache.olingo.commons.api.edm.EdmEntityType entityType,
org.apache.olingo.server.api.uri.UriInfo uriInfo,
String rawBaseUri) |
protected org.mule.runtime.extension.api.runtime.operation.Result<InputStream,org.mule.runtime.api.util.MultiMap<String,Object>> |
serialize(org.apache.olingo.commons.api.data.EntityCollection entityCollection,
CollectionSuccessResponse flowResponse,
org.apache.olingo.server.api.uri.UriInfo uriInfo,
org.apache.olingo.server.api.ODataRequest request,
org.apache.olingo.commons.api.format.ContentType responseFormat) |
getContextUrl, getResponseFormat, serializeResponsepublic EntityCollectionResponseHandler(org.apache.olingo.server.api.OData oData,
org.apache.olingo.server.api.ServiceMetadata serviceMetadata)
protected org.apache.olingo.commons.api.data.EntityCollection deserialize(InputStream inboundContent, org.apache.olingo.commons.api.format.ContentType inboundContentType, org.apache.olingo.commons.api.edm.EdmEntityType entityType)
deserialize in class ResponseHandler<org.apache.olingo.commons.api.data.EntityCollection,CollectionSuccessResponse>protected org.mule.runtime.extension.api.runtime.operation.Result<InputStream,org.mule.runtime.api.util.MultiMap<String,Object>> serialize(org.apache.olingo.commons.api.data.EntityCollection entityCollection, CollectionSuccessResponse flowResponse, org.apache.olingo.server.api.uri.UriInfo uriInfo, org.apache.olingo.server.api.ODataRequest request, org.apache.olingo.commons.api.format.ContentType responseFormat)
serialize in class ResponseHandler<org.apache.olingo.commons.api.data.EntityCollection,CollectionSuccessResponse>protected void addSuffix(org.apache.olingo.server.api.uri.UriResource uriResource,
org.apache.olingo.commons.api.data.ContextURL.Builder builder)
addSuffix in class ResponseHandler<org.apache.olingo.commons.api.data.EntityCollection,CollectionSuccessResponse>protected ResponseHandler.Serialize getSerializationFunctionByUriResourceType(org.apache.olingo.commons.api.data.EntityCollection content, org.apache.olingo.server.api.serializer.ODataSerializer serializer, org.apache.olingo.commons.api.edm.EdmEntityType entityType, org.apache.olingo.server.api.uri.UriInfo uriInfo, String rawBaseUri)
getSerializationFunctionByUriResourceType in class ResponseHandler<org.apache.olingo.commons.api.data.EntityCollection,CollectionSuccessResponse>Copyright © 2024 MuleSoft, Inc.. All rights reserved.