Package org.apache.cxf.transport.http
Interface ContinuationProviderFactory
public interface ContinuationProviderFactory
-
Method Summary
Modifier and TypeMethodDescriptioncreateContinuationProvider(Message inMessage, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) If this factory can support the given req/resp and provide a ContinuationProvider, it should create one and return it.retrieveFromContinuation(jakarta.servlet.http.HttpServletRequest req) If the request already has a message associated with it, return it
-
Method Details
-
createContinuationProvider
ContinuationProvider createContinuationProvider(Message inMessage, jakarta.servlet.http.HttpServletRequest req, jakarta.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
If the request already has a message associated with it, return it- Parameters:
req-- Returns:
-