org.mule.impl.expression.parsers
Class BeanAnnotationParser

java.lang.Object
  extended by org.mule.impl.expression.parsers.BeanAnnotationParser
All Implemented Interfaces:
ExpressionParser

public class BeanAnnotationParser
extends Object
implements ExpressionParser

Used to parse Bean annotations

See Also:
Bean, BeanPayloadExpressionEvaluator

Constructor Summary
BeanAnnotationParser()
           
 
Method Summary
 ExpressionArgument parse(Annotation annotation, Class parameterType)
           
 boolean supports(Annotation annotation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanAnnotationParser

public BeanAnnotationParser()
Method Detail

parse

public ExpressionArgument parse(Annotation annotation,
                                Class parameterType)
Specified by:
parse in interface ExpressionParser

supports

public boolean supports(Annotation annotation)
Specified by:
supports in interface ExpressionParser


Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.