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(java.lang.Object bean,
java.lang.reflect.Method method)
Create the
InvocableHandlerMethod that is able to process the specified
method endpoint. |
InvocableHandlerMethod createInvocableHandlerMethod(java.lang.Object bean, java.lang.reflect.Method method)
InvocableHandlerMethod
that is able to process the specified
method endpoint.bean
- the bean instancemethod
- the method to invokeInvocableHandlerMethod
suitable for that method