net.sf.shineframework.server.facades.spring
Class DelegatingFacadeProxyFactoryBean

java.lang.Object
  extended by 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

Constructor Summary
DelegatingFacadeProxyFactoryBean()
           
 
Method Summary
 java.lang.Object getObject()
           
 java.lang.Class getObjectType()
           
 boolean isSingleton()
           
 void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
           
 void setDelegates(java.util.List<java.lang.Object> delegates)
           
 void setFacadeInterface(java.lang.String facadeInterface)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelegatingFacadeProxyFactoryBean

public DelegatingFacadeProxyFactoryBean()
Method Detail

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.