Package org.iqual.chaplin.msg

Interface Summary
FilterableMessageReceiver Implementations of this message receiver knows to determine whether a message is processable.
MessageReceiver
MessageReplies This intefaces keeps all replies from message receivers.
 

Class Summary
ConstantMessageReplies  
DefaultReturnValueReceiver This receiver provides default values for method invocations.
LastWinsMessageReplies<T> This class keeps only the last reply.
Message This class represents a message within a context.
MessageReceiversChain This class passes the message to all receivers.
MessageRepliesImpl Default implementation which uses a list.
MessagingHelper This class makes messaging in Chaplin easier by providing a set of utility static methods.
MethodMessageReceiver This message receiver uses the reflection introspector (SimpleContextHandler).
 

Enum Summary
MessageScope  
RequestMethod  
 

Exception Summary
NoContextChainException  
NoReplyException  
TooManyRepliesException  
 

Annotation Types Summary
After Indicates that the method is invoked after the remaining message receivers in the chain are processed.
Before Indicates that the method is invoked before the remaining message receivers in the chain are processed.
 



Copyright © 2009 iquality.org. All Rights Reserved.