org.mule.test.integration.exceptions
Class ExceptionStrategyWithCustomExpressionEvaluatorTestCase.FooExpressionEvaluator

java.lang.Object
  extended by org.mule.test.integration.exceptions.ExceptionStrategyWithCustomExpressionEvaluatorTestCase.FooExpressionEvaluator
All Implemented Interfaces:
ExpressionEvaluator, NamedObject
Enclosing class:
ExceptionStrategyWithCustomExpressionEvaluatorTestCase

public static class ExceptionStrategyWithCustomExpressionEvaluatorTestCase.FooExpressionEvaluator
extends Object
implements ExpressionEvaluator


Constructor Summary
ExceptionStrategyWithCustomExpressionEvaluatorTestCase.FooExpressionEvaluator()
           
 
Method Summary
 Object evaluate(String expression, MuleMessage message)
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionStrategyWithCustomExpressionEvaluatorTestCase.FooExpressionEvaluator

public ExceptionStrategyWithCustomExpressionEvaluatorTestCase.FooExpressionEvaluator()
Method Detail

evaluate

public Object evaluate(String expression,
                       MuleMessage message)
Specified by:
evaluate in interface ExpressionEvaluator

getName

public String getName()
Specified by:
getName in interface NamedObject


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.