public class NotifyUrlFactoryFactory extends Object implements org.springframework.beans.factory.FactoryBean<INotifyUrlFactory>
| Constructor and Description |
|---|
NotifyUrlFactoryFactory() |
| Modifier and Type | Method and Description |
|---|---|
INotifyUrlFactory |
getObject() |
Class<INotifyUrlFactory> |
getObjectType() |
boolean |
isSingleton() |
void |
setNotifyUrlFactory(INotifyUrlFactory notifyUrlFactory) |
public void setNotifyUrlFactory(INotifyUrlFactory notifyUrlFactory)
public INotifyUrlFactory getObject() throws Exception
getObject in interface org.springframework.beans.factory.FactoryBean<INotifyUrlFactory>Exceptionpublic Class<INotifyUrlFactory> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<INotifyUrlFactory>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<INotifyUrlFactory>Copyright © 2015 Molindo GmbH. All Rights Reserved.