public class ServiceActivatingHandler extends AbstractReplyProducingMessageHandler
AbstractReplyProducingMessageHandler.RequestHandler
logger
Constructor and Description |
---|
ServiceActivatingHandler(MessageProcessor<T> processor) |
ServiceActivatingHandler(java.lang.Object object) |
ServiceActivatingHandler(java.lang.Object object,
java.lang.reflect.Method method) |
ServiceActivatingHandler(java.lang.Object object,
java.lang.String methodName) |
Modifier and Type | Method and Description |
---|---|
protected void |
doInit() |
java.lang.String |
getComponentType()
Subclasses may implement this method to provide component type information.
|
protected java.lang.Object |
handleRequestMessage(Message<?> message)
Subclasses must implement this method to handle the request Message.
|
java.lang.String |
toString() |
doInvokeAdvisedRequestHandler, getMessagingTemplate, handleMessageInternal, hasAdviceChain, onInit, setAdviceChain, setBeanClassLoader, setChannelResolver, setOutputChannel, setRequiresReply, setSendTimeout, shouldCopyRequestHeaders
getOrder, handleMessage, setOrder, setShouldTrack
afterPropertiesSet, getApplicationContextId, getBeanFactory, getComponentName, getConversionService, getIntegrationProperties, getIntegrationProperty, getTaskScheduler, setApplicationContext, setBeanFactory, setBeanName, setComponentName, setConversionService, setTaskScheduler
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getComponentName
public ServiceActivatingHandler(java.lang.Object object)
public ServiceActivatingHandler(java.lang.Object object, java.lang.reflect.Method method)
public ServiceActivatingHandler(java.lang.Object object, java.lang.String methodName)
public ServiceActivatingHandler(MessageProcessor<T> processor)
public java.lang.String getComponentType()
IntegrationObjectSupport
getComponentType
in interface NamedComponent
getComponentType
in class AbstractMessageHandler
protected void doInit()
doInit
in class AbstractReplyProducingMessageHandler
protected java.lang.Object handleRequestMessage(Message<?> message)
AbstractReplyProducingMessageHandler
handleRequestMessage
in class AbstractReplyProducingMessageHandler
public java.lang.String toString()
toString
in class IntegrationObjectSupport