Interface ContinuationProviderFactory


public interface ContinuationProviderFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.cxf.continuations.ContinuationProvider
    createContinuationProvider(org.apache.cxf.message.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.
    org.apache.cxf.message.Message
    retrieveFromContinuation(jakarta.servlet.http.HttpServletRequest req)
    If the request already has a message associated with it, return it
  • Method Details

    • createContinuationProvider

      org.apache.cxf.continuations.ContinuationProvider createContinuationProvider(org.apache.cxf.message.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

      org.apache.cxf.message.Message retrieveFromContinuation(jakarta.servlet.http.HttpServletRequest req)
      If the request already has a message associated with it, return it
      Parameters:
      req -
      Returns: