| Modifier and Type | Method and Description |
|---|---|
void |
onCompletion(com.sun.xml.ws.api.message.Packet response)
Indicates that the fiber has finished its execution.
|
void |
onCompletion(Throwable error)
Indicates that the fiber has finished abnormally, by throwing a given
Throwable. |
void onCompletion(@NotNull
com.sun.xml.ws.api.message.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.
Copyright © 2006–2015 TinyGroup. All rights reserved.