Interface FederatedServiceMethodInvocationHandler
-
- All Known Implementing Classes:
SituationQueryBeanFederatedServiceMethodInvocationHandler
public interface FederatedServiceMethodInvocationHandler
Defines aFederatedService
method invocation handler. The handler is responsible for examining the arguments of the method invocation to determine an appropriateFederatedService
from the passedFederatedServiceCollection
for handling the method. TheFederatedServiceMethodInvocationHandlerFactory
can be used to examine a Method signature and create an appropriateFederatedServiceMethodInvocationHandler
based on method annotations.- Author:
- bdferris
- See Also:
FederatedServiceMethodInvocationHandlerFactory
,FederatedServiceFactoryBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
invoke(FederatedServiceCollection collection, Method method, Object[] args)
-
-
-
Method Detail
-
invoke
Object invoke(FederatedServiceCollection collection, Method method, Object[] args) throws ServiceException, IllegalArgumentException, IllegalAccessException, InvocationTargetException
-
-