org.apache.myfaces.orchestra.conversation
Interface ConversationFactory

All Known Implementing Classes:
AbstractSpringOrchestraScope, SpringConversationScope, SpringViewControllerScope

public interface ConversationFactory

An object that is capable of creating a fully-configured instance of a conversation with a particular name.


Method Summary
 Conversation createConversation(ConversationContext context, String name)
           
 

Method Detail

createConversation

Conversation createConversation(ConversationContext context,
                                String name)


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.