T - the type of product of the componentpublic interface MessageContextEvaluatingFunctor<T>
Implementations should not have side effects and should not modify any data in the
underlying message context. For a component that is intended to allow message context
modification, see MessageContextMutatingFunctor.
| 修飾子とタイプ | メソッドと説明 |
|---|---|
T |
evaluate(MessageContext msgContext)
Using the specified MessageContext as the evaluation context,
produce a data value product of the appropriate type.
|
T evaluate(MessageContext msgContext) throws MessageException
msgContext - the message context to evaluateMessageException - if there is a fatal error evaluating the contextCopyright © 2012. All Rights Reserved.