Package org.apache.cxf.transport.http
Interface ContinuationProviderFactory
-
public interface ContinuationProviderFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContinuationProvidercreateContinuationProvider(Message inMessage, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)If this factory can support the given req/resp and provide a ContinuationProvider, it should create one and return it.MessageretrieveFromContinuation(javax.servlet.http.HttpServletRequest req)If the request already has a message associated with it, return it
-
-
-
Method Detail
-
createContinuationProvider
ContinuationProvider createContinuationProvider(Message inMessage, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
If this factory can support the given req/resp and provide a ContinuationProvider, it should create one and return it.- Parameters:
inMessage-req-resp-- Returns:
-
retrieveFromContinuation
Message retrieveFromContinuation(javax.servlet.http.HttpServletRequest req)
If the request already has a message associated with it, return it- Parameters:
req-- Returns:
-
-