com.google.code.rees.scope.conversation.processing
Interface ConversationPostProcessorWrapper
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- DefaultConversationPostProcessorWrapper
public interface ConversationPostProcessorWrapper
- extends Serializable
A wrapper class for ConversationPostProcessor. Allows for
ConversationPostProcessor#postProcessConversation(ConversationAdapter, ConversationClassConfigurationImpl, String)
to be called without the caller needing to provide the parameters
- Author:
- rees.byars
- See Also:
ConversationPostProcessorWrapperFactory}
|
Method Summary |
void |
postProcessConversation()
Calls
ConversationPostProcessor#postProcessConversation(ConversationAdapter, ConversationClassConfigurationImpl, String)
for an underlying post processor |
postProcessConversation
void postProcessConversation()
- Calls
ConversationPostProcessor#postProcessConversation(ConversationAdapter, ConversationClassConfigurationImpl, String)
for an underlying post processor
Copyright © 2012-2013. All Rights Reserved.