Package org.onebusaway.federations
Class FederatedServiceFactoryBean
- java.lang.Object
-
- org.springframework.beans.factory.config.AbstractFactoryBean<Object>
-
- org.onebusaway.federations.FederatedServiceFactoryBean
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.beans.factory.BeanClassLoaderAware
,org.springframework.beans.factory.BeanFactoryAware
,org.springframework.beans.factory.DisposableBean
,org.springframework.beans.factory.FactoryBean<Object>
,org.springframework.beans.factory.InitializingBean
public class FederatedServiceFactoryBean extends org.springframework.beans.factory.config.AbstractFactoryBean<Object>
A SpringFactoryBean
for creating a proxied service interface that virtually dispatches to a set ofFederatedService
instances, as contained by aFederatedServiceCollection
.- Author:
- bdferris
- See Also:
FederatedService
,FederatedServiceCollection
-
-
Constructor Summary
Constructors Constructor Description FederatedServiceFactoryBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Object
createInstance()
Class<?>
getObjectType()
void
setCollection(FederatedServiceCollection collection)
void
setServiceInterface(Class<?> serviceInterface)
-
-
-
Method Detail
-
setServiceInterface
public void setServiceInterface(Class<?> serviceInterface)
-
setCollection
public void setCollection(FederatedServiceCollection collection)
-
getObjectType
public Class<?> getObjectType()
-
-