public class splitFunction extends Object implements FilterFunction
| Constructor and Description |
|---|
splitFunction() |
| Modifier and Type | Method and Description |
|---|---|
Object |
evaluate(FunctionCallExpression expr,
MessageEvaluationContext message_ctx)
Evaluate the given expression for this function in the given context.
|
boolean |
isValid(FunctionCallExpression expr)
Check whether the given expression is valid for this function.
|
boolean |
returnsBoolean(FunctionCallExpression expr)
Indicate that this function does not return a boolean value.
|
public splitFunction()
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_ctx) throws javax.jms.JMSException
evaluate in interface FilterFunctionexpr - - the expression consisting of a call to this function.message_ctx - - the context within which to evaluate the call.javax.jms.JMSExceptionCopyright © 2005–2020 The Apache Software Foundation. All rights reserved.