org.onebusaway.federations.annotations
Annotation Type FederatedByAnyEntityIdMethod
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface FederatedByAnyEntityIdMethod
Directs the creation of a FederatedServiceMethodInvocationHandler
,
where a Collection of String ids of the form "agencyId_entityId"
are
resolved to a set of agency ids and an appropriate FederatedService
handler for those agencies.
- Author:
- bdferris
- See Also:
FederatedServiceMethodInvocationHandlerFactory
,
FederatedByEntityIdsMethodInvocationHandlerImpl
argument
public abstract int argument
- Default:
- 0
properties
public abstract String[] properties
- Default:
- {}
Copyright © 2012 OneBusAway. All Rights Reserved.