public interface MessageHandlerMethodFactory
InvocableHandlerMethod
that is suitable to process
an incoming Message
Typically used by listener endpoints that require a flexible method signature.
Modifier and Type | Method and Description |
---|---|
InvocableHandlerMethod |
createInvocableHandlerMethod(Object bean,
Method method)
Create the
InvocableHandlerMethod that is able to process the specified
method endpoint. |
InvocableHandlerMethod createInvocableHandlerMethod(Object bean, Method method)
InvocableHandlerMethod
that is able to process the specified
method endpoint.bean
- the bean instancemethod
- the method to invokeInvocableHandlerMethod
suitable for that method