org.mule.config.parsers
Class OutboundHeadersAnnotationParser

java.lang.Object
  extended by org.mule.config.parsers.OutboundHeadersAnnotationParser
All Implemented Interfaces:
ExpressionAnnotationParser

public class OutboundHeadersAnnotationParser
extends Object
implements ExpressionAnnotationParser

Responsible for parsing the OutboundHeaders annotation. This is an iBeans framework class and cannot be used in any other context.


Constructor Summary
OutboundHeadersAnnotationParser()
           
 
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

OutboundHeadersAnnotationParser

public OutboundHeadersAnnotationParser()
Method Detail

parse

public ExpressionArgument parse(Annotation annotation,
                                Class<?> parameterType)
Specified by:
parse in interface ExpressionAnnotationParser

supports

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


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