public class ClientScope extends Object implements org.springframework.beans.factory.config.Scope
| Constructor and Description |
|---|
ClientScope() |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(String string,
org.springframework.beans.factory.ObjectFactory<?> of) |
String |
getConversationId() |
void |
registerDestructionCallback(String string,
Runnable r) |
Object |
remove(String string) |
Object |
resolveContextualObject(String string) |
public String getConversationId()
getConversationId in interface org.springframework.beans.factory.config.Scopepublic Object get(String string, org.springframework.beans.factory.ObjectFactory<?> of)
get in interface org.springframework.beans.factory.config.Scopepublic Object remove(String string)
remove in interface org.springframework.beans.factory.config.Scopepublic void registerDestructionCallback(String string, Runnable r)
registerDestructionCallback in interface org.springframework.beans.factory.config.ScopeCopyright © 2015. All rights reserved.