org.springframework.integration.config.annotation
Class ServiceActivatorAnnotationPostProcessor
java.lang.Object
org.springframework.integration.config.annotation.AbstractMethodAnnotationPostProcessor<ServiceActivator>
org.springframework.integration.config.annotation.ServiceActivatorAnnotationPostProcessor
- All Implemented Interfaces:
- MethodAnnotationPostProcessor<ServiceActivator>
public class ServiceActivatorAnnotationPostProcessor
- extends AbstractMethodAnnotationPostProcessor<ServiceActivator>
Post-processor for Methods annotated with @ServiceActivator
.
- Author:
- Mark Fisher
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceActivatorAnnotationPostProcessor
public ServiceActivatorAnnotationPostProcessor(ListableBeanFactory beanFactory)
createHandler
protected MessageHandler createHandler(Object bean,
Method method,
ServiceActivator annotation)
- Description copied from class:
AbstractMethodAnnotationPostProcessor
- Subclasses must implement this method to create the MessageHandler.
- Specified by:
createHandler
in class AbstractMethodAnnotationPostProcessor<ServiceActivator>
Copyright © 2010. All Rights Reserved.