Interface ContinuationProviderFactory


  • public interface ContinuationProviderFactory
    • Method Summary

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

      • createContinuationProvider

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

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