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

java.lang.Object
  extended by org.mule.test.integration.exceptions.ExceptionStrategyWithCustomExpressionEvaluatorTestCase.FooExpressionEvaluator
All Implemented Interfaces:
ExpressionEvaluator, NameableObject, 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()
           
 void setName(String name)
           
 
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

setName

public void setName(String name)
Specified by:
setName in interface NameableObject

getName

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


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