public static interface WSEndpoint.CompletionCallback
Modifier and Type | Method and Description |
---|---|
void |
onCompletion(Packet response)
Indicates that the jax-ws runtime has finished execution of a request
submitted via schedule().
|
void onCompletion(@NotNull Packet response)
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.
response
- Packet
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.