public interface ILinkedDataFragmentWriter
ILinkedDataFragment object| Modifier and Type | Method and Description |
|---|---|
void |
writeError(javax.servlet.ServletOutputStream outputStream,
Exception ex)
Writes a 5XX error
|
void |
writeFragment(javax.servlet.ServletOutputStream outputStream,
IDataSource datasource,
ILinkedDataFragment fragment,
ILinkedDataFragmentRequest ldfRequest)
Serializes and writes a
ILinkedDataFragment |
void |
writeNotFound(javax.servlet.ServletOutputStream outputStream,
javax.servlet.http.HttpServletRequest request)
Writes a 404 Not Found error
|
void writeNotFound(javax.servlet.ServletOutputStream outputStream,
javax.servlet.http.HttpServletRequest request)
throws Exception
outputStream - The response stream to write torequest - Request that is unable to answerException - Error that occurs while serializingvoid writeError(javax.servlet.ServletOutputStream outputStream,
Exception ex)
throws Exception
outputStream - The response stream to write toex - Exception that occurredException - Error that occurs while serializingvoid writeFragment(javax.servlet.ServletOutputStream outputStream,
IDataSource datasource,
ILinkedDataFragment fragment,
ILinkedDataFragmentRequest ldfRequest)
throws Exception
ILinkedDataFragmentoutputStream - The response stream to write todatasource - fragment - ldfRequest - Parsed request for fragmentException - Error that occurs while serializingCopyright © 2021. All rights reserved.