Package com.sun.xml.ws.api.pipe
Interface Fiber.CompletionCallback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonCompletion(Packet response)Indicates that the fiber has finished its execution.voidonCompletion(Throwable error)Indicates that the fiber has finished abnormally, by throwing a givenThrowable.
-