com.google.code.rees.scope.conversation.processing
Interface ConversationProcessor

All Superinterfaces:
Serializable
All Known Subinterfaces:
InjectionConversationProcessor
All Known Implementing Classes:
DefaultInjectionConversationProcessor, SimpleConversationProcessor

public interface ConversationProcessor
extends Serializable

The primary conversation processing and management component.

Author:
rees.byars

Method Summary
 void processConversations(ConversationAdapter conversationAdapter)
          Process the conversations for the current request using the given adapter
 void setConfigurationProvider(ConversationConfigurationProvider configurationProvider)
          Set the configuration provider for this manager
 

Method Detail

setConfigurationProvider

void setConfigurationProvider(ConversationConfigurationProvider configurationProvider)
Set the configuration provider for this manager

Parameters:
configurationProvider -

processConversations

void processConversations(ConversationAdapter conversationAdapter)
                          throws ConversationException
Process the conversations for the current request using the given adapter

Parameters:
conversationAdapter -
Throws:
ConversationException


Copyright © 2012-2013. All Rights Reserved.