|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContinuationCallback
Callback that receives continuation status updates.
Method Summary | |
---|---|
void |
onComplete()
This method is called when the container completes writing the response to the client |
void |
onDisconnect()
This method may be called if the container detects that the client has disconnected |
void |
onError(Throwable error)
This method is called when the exception gets propagated to the container |
Method Detail |
---|
void onComplete()
void onError(Throwable error)
error
- the propagated exception instancevoid onDisconnect()
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |