public class ServiceActivatorAnnotationPostProcessor extends AbstractMethodAnnotationPostProcessor<ServiceActivator>
@ServiceActivator
.beanFactory, channelResolver
Constructor and Description |
---|
ServiceActivatorAnnotationPostProcessor(org.springframework.beans.factory.ListableBeanFactory beanFactory) |
Modifier and Type | Method and Description |
---|---|
protected MessageHandler |
createHandler(Object bean,
Method method,
ServiceActivator annotation)
Subclasses must implement this method to create the MessageHandler.
|
postProcess, setAdviceChainIfPresent, shouldCreateEndpoint
public ServiceActivatorAnnotationPostProcessor(org.springframework.beans.factory.ListableBeanFactory beanFactory)
protected MessageHandler createHandler(Object bean, Method method, ServiceActivator annotation)
AbstractMethodAnnotationPostProcessor
createHandler
in class AbstractMethodAnnotationPostProcessor<ServiceActivator>
Copyright © 2015. All rights reserved.