org.onebusaway.federations.annotations
Class FederatedServiceMethodInvocationHandlerFactory
java.lang.Object
org.onebusaway.federations.annotations.FederatedServiceMethodInvocationHandlerFactory
public class FederatedServiceMethodInvocationHandlerFactory
- extends Object
This factory can be used to examine a Method signature and create an
appropriate FederatedServiceMethodInvocationHandler
based on method
annotations. See the list of supported annotations below.
- Author:
- bdferris
- See Also:
FederatedByAgencyIdMethod
,
FederatedByAggregateMethod
,
FederatedByBoundsMethod
,
FederatedByCoordinateBoundsMethod
,
FederatedByCoordinatePointsMethod
,
FederatedByEntityIdMethod
,
FederatedByEntityIdsMethod
,
FederatedByLocationMethod
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FederatedServiceMethodInvocationHandlerFactory
public FederatedServiceMethodInvocationHandlerFactory()
getHandlerForMethod
public FederatedServiceMethodInvocationHandler getHandlerForMethod(Method method)
Copyright © 2012 OneBusAway. All Rights Reserved.