Apache CXF API

org.apache.cxf.transport.http
Class Servlet3ContinuationProvider

java.lang.Object
  extended by org.apache.cxf.transport.http.Servlet3ContinuationProvider
All Implemented Interfaces:
ContinuationProvider

public class Servlet3ContinuationProvider
extends Object
implements ContinuationProvider


Nested Class Summary
 class Servlet3ContinuationProvider.Servlet3Continuation
           
 
Constructor Summary
Servlet3ContinuationProvider(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, Message inMessage)
           
 
Method Summary
 void complete()
          Let the provider know that the exchange is complete
 Continuation getContinuation()
          Creates a new continuation or retrieves the existing one
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Servlet3ContinuationProvider

public Servlet3ContinuationProvider(javax.servlet.http.HttpServletRequest req,
                                    javax.servlet.http.HttpServletResponse resp,
                                    Message inMessage)
Method Detail

complete

public void complete()
Description copied from interface: ContinuationProvider
Let the provider know that the exchange is complete

Specified by:
complete in interface ContinuationProvider

getContinuation

public Continuation getContinuation()
Creates a new continuation or retrieves the existing one

Specified by:
getContinuation in interface ContinuationProvider
Returns:
transport-neutral ContinuationWrapper

Apache CXF API

Apache CXF