org.springframework.aop.framework
Interface AopProxyFactory

All Known Implementing Classes:
DefaultAopProxyFactory

public interface AopProxyFactory

Interface to be implemented by objects that can create AOP proxies based on AdvisedSupport objects

Version:
$Id: AopProxyFactory.java,v 1.2 2004/03/18 02:46:05 trisberg Exp $
Author:
Rod Johnson

Method Summary
 AopProxy createAopProxy(AdvisedSupport advisedSupport)
          Return an AopProxy for the given AdvisedSupport object
 

Method Detail

createAopProxy

public AopProxy createAopProxy(AdvisedSupport advisedSupport)
                        throws AopConfigException
Return an AopProxy for the given AdvisedSupport object

Parameters:
advisedSupport - AOP configuration
Returns:
an AOP proxy
Throws:
AopConfigException - if the configuration is invalid


Copyright (C) 2003-2004 The Spring Framework Project.