public class EntityResponseHandler extends ResponseHandler<org.apache.olingo.commons.api.data.Entity,SuccessResponse>
ResponseHandler.SerializeoData, serviceMetadata| Constructor and Description |
|---|
EntityResponseHandler(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.Entity |
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.Entity 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.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) |
getContextUrl, getResponseFormat, serializeResponsepublic EntityResponseHandler(org.apache.olingo.server.api.OData oData,
org.apache.olingo.server.api.ServiceMetadata serviceMetadata)
protected org.apache.olingo.commons.api.data.Entity 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.Entity,SuccessResponse>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.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)
serialize in class ResponseHandler<org.apache.olingo.commons.api.data.Entity,SuccessResponse>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.Entity,SuccessResponse>protected ResponseHandler.Serialize getSerializationFunctionByUriResourceType(org.apache.olingo.commons.api.data.Entity 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.Entity,SuccessResponse>Copyright © 2024 MuleSoft, Inc.. All rights reserved.