org.onebusaway.federations.annotations
Annotation Type FederatedByEntityIdMethod
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface FederatedByEntityIdMethod
Directs the creation of a FederatedServiceMethodInvocationHandler
,
where a single String id of the form "agencyId_entityId"
is resolved
to an agency id and an appropriate FederatedService
handler for that
agency.
- Author:
- bdferris
- See Also:
FederatedServiceMethodInvocationHandlerFactory
,
FederatedByEntityIdMethod
argument
public abstract int argument
- Default:
- 0
propertyExpression
public abstract String propertyExpression
- Default:
- ""
Copyright © 2012 OneBusAway. All Rights Reserved.