Interface CallChain.Completed<RequestT,​ResponseT,​ClientT,​ModelT,​CallbackT extends StdCallbackContext>

  • Type Parameters:
    RequestT - , the web service request that was made
    ResponseT - the response or the fault (Exception) that needs to handled
    ClientT - , the client that was used to invoke
    ModelT - , the resource model object that we are currently working against
    CallbackT - , the callback context that contains results
    All Known Subinterfaces:
    CallChain.Exceptional<RequestT,​ResponseT,​ClientT,​ModelT,​CallbackT>, CallChain.Stabilizer<RequestT,​ResponseT,​ClientT,​ModelT,​CallbackT>
    Enclosing interface:
    CallChain

    public static interface CallChain.Completed<RequestT,​ResponseT,​ClientT,​ModelT,​CallbackT extends StdCallbackContext>
    One the call sequence has completed successfully, this is called to provide the progress event.