org.onebusaway.federations.annotations
Class FederatedServiceMethodInvocationHandlerFactory

java.lang.Object
  extended by 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

Constructor Summary
FederatedServiceMethodInvocationHandlerFactory()
           
 
Method Summary
 FederatedServiceMethodInvocationHandler getHandlerForMethod(Method method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FederatedServiceMethodInvocationHandlerFactory

public FederatedServiceMethodInvocationHandlerFactory()
Method Detail

getHandlerForMethod

public FederatedServiceMethodInvocationHandler getHandlerForMethod(Method method)


Copyright © 2012 OneBusAway. All Rights Reserved.