net.sf.shineframework.server.facades.spring
Class DelegatingFacadeProxyFactoryBean
java.lang.Object
net.sf.shineframework.server.facades.spring.DelegatingFacadeProxyFactoryBean
- All Implemented Interfaces:
- org.springframework.beans.factory.FactoryBean, org.springframework.context.ApplicationContextAware
public class DelegatingFacadeProxyFactoryBean
- extends java.lang.Object
- implements org.springframework.beans.factory.FactoryBean, org.springframework.context.ApplicationContextAware
A delegating facade proxy factory bean. A delegating facade is a facade that
does no work of its own, just delegates the work to other facades or
services.
- Author:
- amirk
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DelegatingFacadeProxyFactoryBean
public DelegatingFacadeProxyFactoryBean()
getObject
public java.lang.Object getObject()
throws java.lang.Exception
- Specified by:
getObject
in interface org.springframework.beans.factory.FactoryBean
- Throws:
java.lang.Exception
getObjectType
public java.lang.Class getObjectType()
- Specified by:
getObjectType
in interface org.springframework.beans.factory.FactoryBean
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton
in interface org.springframework.beans.factory.FactoryBean
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
- Specified by:
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
- Throws:
org.springframework.beans.BeansException
setDelegates
public void setDelegates(java.util.List<java.lang.Object> delegates)
setFacadeInterface
public void setFacadeInterface(java.lang.String facadeInterface)
Copyright © 2007 sourceforge.net. All Rights Reserved.