org.onebusaway.federations
public class FederatedServiceFactoryBean extends org.springframework.beans.factory.config.AbstractFactoryBean<Object>
FactoryBean
for creating a proxied service interface that
virtually dispatches to a set of FederatedService
instances, as
contained by a FederatedServiceCollection
.
FederatedService
,
FederatedServiceCollection
Constructor and Description |
---|
FederatedServiceFactoryBean() |
Modifier and Type | Method and Description |
---|---|
protected Object |
createInstance() |
Class<?> |
getObjectType() |
void |
setCollection(FederatedServiceCollection collection) |
void |
setServiceInterface(Class<?> serviceInterface) |
public void setServiceInterface(Class<?> serviceInterface)
public void setCollection(FederatedServiceCollection collection)
public Class<?> getObjectType()
Copyright © 2014 OneBusAway. All Rights Reserved.