Interface WSEndpoint.CompletionCallback

Enclosing class:
WSEndpoint<T>

public static interface WSEndpoint.CompletionCallback
Callback to notify that jax-ws runtime has finished execution of a request submitted via schedule().
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onCompletion(Packet response)
    Indicates that the jax-ws runtime has finished execution of a request submitted via schedule().
  • Method Details

    • onCompletion

      void onCompletion(@NotNull Packet response)
      Indicates that the jax-ws runtime has finished execution of a request submitted via schedule().

      Since the JAX-WS RI runs asynchronously, this method maybe invoked by a different thread than any of the threads that started it or run a part of tubeline.

      Parameters:
      response - Packet