Uses of Interface
org.mule.api.RouterAnnotationParser

Packages that use RouterAnnotationParser
org.mule.config Providers Mule Xml configuration support and general configuration classes. 
org.mule.impl.concept   
org.mule.impl.endpoint   
org.mule.impl.expression.parsers   
org.mule.impl.routing   
 

Uses of RouterAnnotationParser in org.mule.config
 

Methods in org.mule.config that return RouterAnnotationParser
 RouterAnnotationParser AnnotationsParserFactory.getRouterParser(Annotation annotation, Class aClass, Member member)
          Retrieves a parser for the given annotation, where the annotation is a Router annotation; one annotated with the Router annotation.
 

Uses of RouterAnnotationParser in org.mule.impl.concept
 

Classes in org.mule.impl.concept that implement RouterAnnotationParser
 class SplitterRouterParser
          Parses a Splitter annotation into a Mule ExpressionMessageSplitter and registers it with the service it is configured on.
 

Uses of RouterAnnotationParser in org.mule.impl.endpoint
 

Classes in org.mule.impl.endpoint that implement RouterAnnotationParser
 class ReplyAnnotationParser
          TODO
 

Methods in org.mule.impl.endpoint that return RouterAnnotationParser
 RouterAnnotationParser DefaultAnnotationsParserFactory.getRouterParser(Annotation annotation, Class aClass, Member member)
           
 

Methods in org.mule.impl.endpoint with parameters of type RouterAnnotationParser
protected  void DefaultAnnotationsParserFactory.registerRouterParser(RouterAnnotationParser parser)
           
 

Uses of RouterAnnotationParser in org.mule.impl.expression.parsers
 

Classes in org.mule.impl.expression.parsers that implement RouterAnnotationParser
 class ExpressionFilterAnnotationParser
          Responsible for converting a ExpressionFilter annotation to a ExpressionFilter instance for use on an inbound channel.
 

Uses of RouterAnnotationParser in org.mule.impl.routing
 

Classes in org.mule.impl.routing that implement RouterAnnotationParser
 class IdempotentRouterParser
          Parses an Idempotent annotation into a Mule IdempotentReceiver and registers it with the service it is configured on.
 class WireTapRouterParser
          Parses a WireTap annotation into a Mule WireTap and registers it with the service it is configured on.
 



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