org.onebusaway.federations.annotations
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface FederatedByEntityIdMethod
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.
FederatedServiceMethodInvocationHandlerFactory
,
FederatedByEntityIdMethod
Modifier and Type | Optional Element and Description |
---|---|
int |
argument |
String |
propertyExpression |
public abstract int argument
public abstract String propertyExpression
Copyright © 2014 OneBusAway. All Rights Reserved.