Class ConversationId

java.lang.Object
org.springframework.webflow.conversation.ConversationId
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SimpleConversationId

public abstract class ConversationId extends Object implements Serializable
An id that uniquely identifies a conversation managed by a ConversationManager.
Author:
Ben Hale, Keith Donald
See Also: