com.google.code.rees.scope.conversation.processing
Class ConversationEndProcessor

java.lang.Object
  extended by com.google.code.rees.scope.conversation.processing.ConversationEndProcessor
All Implemented Interfaces:
ConversationPostProcessor, Serializable

public class ConversationEndProcessor
extends Object
implements ConversationPostProcessor

A ConversationPostProcessor used to remove a conversation context from the session context after an action has been executed. Is registered for execution via {@link ConversationAdapter#addPostProcessor(ConversationPostProcessor, ConversationClassConfiguration, String)

Author:
rees.byars
See Also:
Serialized Form

Constructor Summary
ConversationEndProcessor()
           
 
Method Summary
 void postProcessConversation(ConversationAdapter conversationAdapter, ConversationClassConfiguration conversationConfig, String conversationId)
          Removes the conversation context from the session context
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConversationEndProcessor

public ConversationEndProcessor()
Method Detail

postProcessConversation

public void postProcessConversation(ConversationAdapter conversationAdapter,
                                    ConversationClassConfiguration conversationConfig,
                                    String conversationId)
Removes the conversation context from the session context

Specified by:
postProcessConversation in interface ConversationPostProcessor


Copyright © 2012-2013. All Rights Reserved.