Class CallbackWriter
- java.lang.Object
-
- de.hybris.platform.odata2services.odata.processor.writer.CallbackWriter
-
- All Implemented Interfaces:
org.apache.olingo.odata2.api.ep.callback.OnWriteEntryContent,org.apache.olingo.odata2.api.ep.callback.OnWriteFeedContent,org.apache.olingo.odata2.api.ODataCallback
public class CallbackWriter extends java.lang.Object implements org.apache.olingo.odata2.api.ep.callback.OnWriteFeedContent, org.apache.olingo.odata2.api.ep.callback.OnWriteEntryContent
-
-
Constructor Summary
Constructors Constructor Description CallbackWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.olingo.odata2.api.ep.callback.WriteEntryCallbackResultretrieveEntryResult(org.apache.olingo.odata2.api.ep.callback.WriteEntryCallbackContext context)org.apache.olingo.odata2.api.ep.callback.WriteFeedCallbackResultretrieveFeedResult(org.apache.olingo.odata2.api.ep.callback.WriteFeedCallbackContext context)
-
-
-
Method Detail
-
retrieveFeedResult
public org.apache.olingo.odata2.api.ep.callback.WriteFeedCallbackResult retrieveFeedResult(org.apache.olingo.odata2.api.ep.callback.WriteFeedCallbackContext context) throws org.apache.olingo.odata2.api.exception.ODataApplicationException- Specified by:
retrieveFeedResultin interfaceorg.apache.olingo.odata2.api.ep.callback.OnWriteFeedContent- Throws:
org.apache.olingo.odata2.api.exception.ODataApplicationException
-
retrieveEntryResult
public org.apache.olingo.odata2.api.ep.callback.WriteEntryCallbackResult retrieveEntryResult(org.apache.olingo.odata2.api.ep.callback.WriteEntryCallbackContext context) throws org.apache.olingo.odata2.api.exception.ODataApplicationException- Specified by:
retrieveEntryResultin interfaceorg.apache.olingo.odata2.api.ep.callback.OnWriteEntryContent- Throws:
org.apache.olingo.odata2.api.exception.ODataApplicationException
-
-