Class AsyncResponseImpl<T>

    • Constructor Detail

      • AsyncResponseImpl

        public AsyncResponseImpl​(Runnable runnable,
                                 @Nullable
                                 jakarta.xml.ws.AsyncHandler<T> handler)
        Parameters:
        runnable - This Runnable is executed asynchronously.
        handler - Optional AsyncHandler to invoke at the end of the processing. Can be null.