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 Object
implements org.apache.olingo.odata2.api.ep.callback.OnWriteFeedContent, org.apache.olingo.odata2.api.ep.callback.OnWriteEntryContent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.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)
-
Constructor Details
-
CallbackWriter
public CallbackWriter()
-
-
Method Details
-
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
-