Apache CXF API

org.apache.cxf.continuations
Interface ContinuationCallback

All Known Implementing Classes:
AsyncResponseImpl

public interface ContinuationCallback

Callback that receives continuation status updates. Note: this interface is a work in progress


Method Summary
 void onComplete()
           
 void onError(Throwable error)
           
 

Method Detail

onComplete

void onComplete()

onError

void onError(Throwable error)

Apache CXF API

Apache CXF