Uses of Class
com.swiftmq.ms.artemis.filter.FilterException
-
Packages that use FilterException Package Description com.swiftmq.ms.artemis com.swiftmq.ms.artemis.filter com.swiftmq.ms.artemis.impl -
-
Uses of FilterException in com.swiftmq.ms.artemis
Methods in com.swiftmq.ms.artemis that throw FilterException Modifier and Type Method Description <T> TMessageSelector. getBodyAs(java.lang.Class<T> aClass) -
Uses of FilterException in com.swiftmq.ms.artemis.filter
Methods in com.swiftmq.ms.artemis.filter that throw FilterException Modifier and Type Method Description java.lang.ObjectArithmeticExpression. evaluate(Filterable message)java.lang.ObjectComparisonExpression. evaluate(Filterable message)java.lang.ObjectConstantExpression. evaluate(Filterable message)java.lang.ObjectExpression. evaluate(Filterable message)abstract java.lang.ObjectLogicExpression. evaluate(Filterable message)java.lang.ObjectPropertyExpression. evaluate(Filterable message)<T> TFilterable. getBodyAs(java.lang.Class<T> type)This method is used by message filters which do content based routing (Like the XPath based selectors).booleanBooleanExpression. matches(Filterable message)booleanComparisonExpression. matches(Filterable message)booleanLogicExpression. matches(Filterable message) -
Uses of FilterException in com.swiftmq.ms.artemis.impl
Methods in com.swiftmq.ms.artemis.impl that throw FilterException Modifier and Type Method Description static BooleanExpressionSelectorParser. parse(java.lang.String sql)
-