public class ServiceDocumentResponse extends ServiceResponse
metadata, preferences, response| Modifier and Type | Method and Description |
|---|---|
void |
accepts(ServiceResponseVisior visitor) |
static ServiceDocumentResponse |
getInstace(ServiceRequest request,
org.apache.olingo.server.api.ODataResponse respose,
org.apache.olingo.commons.api.format.ContentType responseContentType) |
void |
writeError(org.apache.olingo.server.api.ODataServerError error) |
void |
writeServiceDocument(String serviceRoot) |
close, getODataResponse, isClosed, setStrictlyApplyPreferences, writeBadRequest, writeContent, writeHeader, writeNoContent, writeNotFound, writeOK, writeServerErrorpublic static ServiceDocumentResponse getInstace(ServiceRequest request, org.apache.olingo.server.api.ODataResponse respose, org.apache.olingo.commons.api.format.ContentType responseContentType) throws org.apache.olingo.server.core.ContentNegotiatorException, org.apache.olingo.server.api.serializer.SerializerException
org.apache.olingo.server.core.ContentNegotiatorExceptionorg.apache.olingo.server.api.serializer.SerializerExceptionpublic void writeServiceDocument(String serviceRoot) throws org.apache.olingo.server.api.ODataLibraryException
org.apache.olingo.server.api.ODataLibraryExceptionpublic void accepts(ServiceResponseVisior visitor) throws org.apache.olingo.server.api.ODataLibraryException, org.apache.olingo.server.api.ODataApplicationException
accepts in class ServiceResponseorg.apache.olingo.server.api.ODataLibraryExceptionorg.apache.olingo.server.api.ODataApplicationExceptionpublic void writeError(org.apache.olingo.server.api.ODataServerError error)
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.