Class 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.WriteEntryCallbackResult retrieveEntryResult​(org.apache.olingo.odata2.api.ep.callback.WriteEntryCallbackContext context)  
      org.apache.olingo.odata2.api.ep.callback.WriteFeedCallbackResult retrieveFeedResult​(org.apache.olingo.odata2.api.ep.callback.WriteFeedCallbackContext context)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CallbackWriter

        public CallbackWriter()
    • 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:
        retrieveFeedResult in interface org.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:
        retrieveEntryResult in interface org.apache.olingo.odata2.api.ep.callback.OnWriteEntryContent
        Throws:
        org.apache.olingo.odata2.api.exception.ODataApplicationException