Uses of Package
org.axonframework.common.annotation

Packages that use org.axonframework.common.annotation
org.axonframework.commandhandling.annotation Classes that provide annotation support for command handling. 
org.axonframework.common.annotation Contains the main classes for annotation support in Axon Framework. 
org.axonframework.eventhandling.annotation Classes in support of the configuration of Event Handlers using annotations. 
org.axonframework.saga.annotation   
 

Classes in org.axonframework.common.annotation used by org.axonframework.commandhandling.annotation
AbstractAnnotationHandlerBeanPostProcessor
          Abstract bean post processor that finds candidates for proxying.
AbstractMessageHandler
          Abstract superclass for annotation based Message handlers.
MethodMessageHandler
          Represents a method recognized as a handler by the handler inspector (see MethodMessageHandlerInspector).
ParameterResolver
          Interface for a mechanism that resolves handler method parameter values from a given Message.
ParameterResolverFactory
          Abstract Factory that provides access to all ParameterResolverFactory implementations.
 

Classes in org.axonframework.common.annotation used by org.axonframework.common.annotation
AbstractMessageHandler
          Abstract superclass for annotation based Message handlers.
MethodMessageHandler
          Represents a method recognized as a handler by the handler inspector (see MethodMessageHandlerInspector).
MethodMessageHandlerInspector
          Utility class that inspects handler methods for a given class and annotation type.
ParameterResolver
          Interface for a mechanism that resolves handler method parameter values from a given Message.
ParameterResolverFactory
          Abstract Factory that provides access to all ParameterResolverFactory implementations.
 

Classes in org.axonframework.common.annotation used by org.axonframework.eventhandling.annotation
AbstractAnnotationHandlerBeanPostProcessor
          Abstract bean post processor that finds candidates for proxying.
ParameterResolver
          Interface for a mechanism that resolves handler method parameter values from a given Message.
ParameterResolverFactory
          Abstract Factory that provides access to all ParameterResolverFactory implementations.
 

Classes in org.axonframework.common.annotation used by org.axonframework.saga.annotation
MethodMessageHandler
          Represents a method recognized as a handler by the handler inspector (see MethodMessageHandlerInspector).
 



Copyright © 2010-2012. All Rights Reserved.