org.onebusaway.federations.annotations
Annotation Type FederatedByCoordinatePointsMethod


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface FederatedByCoordinatePointsMethod

Directs the creation of a FederatedServiceMethodInvocationHandler, where a series of CoordinatePoint objects describing a geographic area are resolved to an appropriate FederatedService handler for that area.

Author:
bdferris
See Also:
FederatedServiceMethodInvocationHandlerFactory, FederatedByCoordinatePointsMethodInvocationHandlerImpl

Optional Element Summary
 int[] arguments
           
 String[] propertyExpressions
           
 

arguments

public abstract int[] arguments
Default:
0

propertyExpressions

public abstract String[] propertyExpressions
Default:
{}


Copyright © 2012 OneBusAway. All Rights Reserved.