Class RequestOperationScope

    • Constructor Detail

      • RequestOperationScope

        public RequestOperationScope()
    • Method Detail

      • getConversationId

        public java.lang.String getConversationId()
        Specified by:
        getConversationId in interface org.springframework.beans.factory.config.Scope
      • get

        public java.lang.Object get​(java.lang.String name,
                                    org.springframework.beans.factory.ObjectFactory<?> factory)
        Specified by:
        get in interface org.springframework.beans.factory.config.Scope
      • registerDestructionCallback

        public void registerDestructionCallback​(java.lang.String name,
                                                java.lang.Runnable callback)
        Specified by:
        registerDestructionCallback in interface org.springframework.beans.factory.config.Scope
      • remove

        public java.lang.Object remove​(java.lang.String name)
        Specified by:
        remove in interface org.springframework.beans.factory.config.Scope
      • resolveContextualObject

        public java.lang.Object resolveContextualObject​(java.lang.String objectName)
        Specified by:
        resolveContextualObject in interface org.springframework.beans.factory.config.Scope