Uses of Class
org.axonframework.util.AbstractHandlerInspector

Packages that use AbstractHandlerInspector
org.axonframework.commandhandling.annotation Classes that provide annotation support for command handling. 
org.axonframework.eventhandling.annotation Classes in support of the configuration of Event Handlers using annotations. 
org.axonframework.util Generic utility classes used throughout the Axon Framework. 
 

Uses of AbstractHandlerInspector in org.axonframework.commandhandling.annotation
 

Subclasses of AbstractHandlerInspector in org.axonframework.commandhandling.annotation
 class AnnotationCommandHandlerAdapter
          Adapter that turns any @CommandHandler annotated bean into a CommandHandler implementation.
 

Uses of AbstractHandlerInspector in org.axonframework.eventhandling.annotation
 

Subclasses of AbstractHandlerInspector in org.axonframework.eventhandling.annotation
 class AnnotationEventHandlerInvoker
          Utility class that supports invocation of specific handler methods for a given event.
 

Uses of AbstractHandlerInspector in org.axonframework.util
 

Subclasses of AbstractHandlerInspector in org.axonframework.util
 class AbstractHandlerInvoker
          Abstract class to support implementations that need to invoke methods based on an annotation.
 



Copyright © 2011. All Rights Reserved.