public class makeListFunction extends Object implements FilterFunction
MAKELIST( '1', '2', '3' )
| Constructor and Description |
|---|
makeListFunction() |
| Modifier and Type | Method and Description |
|---|---|
Object |
evaluate(FunctionCallExpression expr,
MessageEvaluationContext message)
Evalutate the given expression, which consists of a call to this function, in the context given.
|
boolean |
isValid(FunctionCallExpression expr)
Check whether the given expression is a valid call of this function.
|
boolean |
returnsBoolean(FunctionCallExpression expr)
Indicate that this function never evaluates to a Boolean result.
|
public makeListFunction()
public boolean isValid(FunctionCallExpression expr)
isValid in interface FilterFunctionexpr - - the expression consisting of a call to this function.public boolean returnsBoolean(FunctionCallExpression expr)
returnsBoolean in interface FilterFunctionexpr - - the expression consisting of a call to this function.public Object evaluate(FunctionCallExpression expr, MessageEvaluationContext message) throws javax.jms.JMSException
evaluate in interface FilterFunctionexpr - - the expression consisting of a call to this function.message - - the context in which the call is being evaluated.javax.jms.JMSExceptionCopyright © 2005–2020 The Apache Software Foundation. All rights reserved.