public class NoContentResponse extends ServiceResponse
metadata, preferences, response| Constructor and Description |
|---|
NoContentResponse(org.apache.olingo.server.api.ServiceMetadata metadata,
org.apache.olingo.server.api.ODataResponse response) |
| Modifier and Type | Method and Description |
|---|---|
void |
accepts(ServiceResponseVisior visitor) |
void |
writeAccepted() |
void |
writeCreated() |
void |
writeGone() |
void |
writeMethodNotAllowed() |
void |
writeNoContent() |
void |
writeNotFound() |
void |
writeNotImplemented() |
void |
writeNotModified() |
void |
writeOK() |
void |
writePreConditionFailed() |
close, getODataResponse, isClosed, setStrictlyApplyPreferences, writeBadRequest, writeContent, writeHeader, writeNoContent, writeNotFound, writeOK, writeServerErrorpublic NoContentResponse(org.apache.olingo.server.api.ServiceMetadata metadata,
org.apache.olingo.server.api.ODataResponse response)
public void writeOK()
public void writeCreated()
public void writeAccepted()
public void writeNoContent()
public void writeNotModified()
public void writeNotFound()
public void writeNotImplemented()
public void writeMethodNotAllowed()
public void writeGone()
public void writePreConditionFailed()
public 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.ODataApplicationExceptionCopyright © 2013–2015 The Apache Software Foundation. All rights reserved.