com.jaspersoft.jasperserver.api.common.service.impl
Class BeanForInterfaceImplementationFactoryImpl
java.lang.Object
com.jaspersoft.jasperserver.api.common.service.impl.BeanForInterfaceImplementationFactoryImpl
- All Implemented Interfaces:
- BeanForInterfaceImplementationFactory
- Direct Known Subclasses:
- DataSourceServiceFactoryImpl
public class BeanForInterfaceImplementationFactoryImpl
- extends java.lang.Object
- implements BeanForInterfaceImplementationFactory
- Author:
- swood
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeanForInterfaceImplementationFactoryImpl
public BeanForInterfaceImplementationFactoryImpl()
getBean
public java.lang.Object getBean(java.lang.Class itfClass)
- Specified by:
getBean
in interface BeanForInterfaceImplementationFactory
getBeanName
public java.lang.String getBeanName(java.lang.Class itfClass)
- Specified by:
getBeanName
in interface BeanForInterfaceImplementationFactory
getFactory
public BeanForInterfaceFactory getFactory()
- Returns:
- Returns the factory.
setFactory
public void setFactory(BeanForInterfaceFactory factory)
- Parameters:
factory
- The factory to set.
getBeanForInterfaceMappings
public java.util.Map getBeanForInterfaceMappings()
- Returns:
- Returns the beanForInterfaceMappings.
setBeanForInterfaceMappings
public void setBeanForInterfaceMappings(java.util.Map beanForInterfaceMappings)
- Parameters:
beanForInterfaceMappings
- The beanForInterfaceMappings to set.
Copyright © 2007. All Rights Reserved.