Interface ContextProvider<T>

Type Parameters:
T - Context class

public interface ContextProvider<T>
Provider of custom contexts representing the current request
  • Method Summary

    Modifier and Type
    Method
    Description
    createContext(org.apache.cxf.message.Message message)
    Creates the context instance
  • Method Details

    • createContext

      T createContext(org.apache.cxf.message.Message message)
      Creates the context instance
      Parameters:
      message - the current message
      Returns:
      the context