net.sf.tie.ext.spring
Class TieFactoryBean
java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean
net.sf.tie.ext.spring.TieFactoryBean
- All Implemented Interfaces:
- FactoryBean, InitializingBean
public class TieFactoryBean
- extends AbstractFactoryBean
An immplementation of the spring class FactoryBean
to support using a tie MethodInterceptorStack
to proxy
another class into a spring BeanFactory
.
- See Also:
TieBeanDefinition
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TieFactoryBean
public TieFactoryBean()
setInjector
public void setInjector(InterceptionInjector injector)
setInterceptionStack
public void setInterceptionStack(MethodInterceptorStack stack)
setInterface
public void setInterface(Class type)
setInterfaceName
public void setInterfaceName(String typeName)
throws ClassNotFoundException
- Throws:
ClassNotFoundException
setEndPoint
public void setEndPoint(Object endPoint)
getObjectType
public Class getObjectType()
createInstance
protected Object createInstance()
throws Exception
- Specified by:
createInstance
in class AbstractFactoryBean
- Throws:
Exception