org.granite.messaging.service
Interface MethodMatcher

All Known Implementing Classes:
DefaultMethodMatcher

public interface MethodMatcher

Author:
Franck WOLFF

Method Summary
 ServiceInvocationContext findServiceMethod(Message message, Destination destination, Object service, String methodName, Object[] params)
           
 

Method Detail

findServiceMethod

ServiceInvocationContext findServiceMethod(Message message,
                                           Destination destination,
                                           Object service,
                                           String methodName,
                                           Object[] params)
                                           throws NoSuchMethodException
Throws:
NoSuchMethodException