org.springframework.aop.framework
Class DefaultAopProxyFactory

java.lang.Object
  extended byorg.springframework.aop.framework.DefaultAopProxyFactory
All Implemented Interfaces:
AopProxyFactory

public class DefaultAopProxyFactory
extends java.lang.Object
implements AopProxyFactory

Simple implementation of AopProxyFactory

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

Constructor Summary
DefaultAopProxyFactory()
           
 
Method Summary
 AopProxy createAopProxy(AdvisedSupport advisedSupport)
          Return an AopProxy for the given AdvisedSupport object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultAopProxyFactory

public DefaultAopProxyFactory()
Method Detail

createAopProxy

public AopProxy createAopProxy(AdvisedSupport advisedSupport)
                        throws AopConfigException
Description copied from interface: AopProxyFactory
Return an AopProxy for the given AdvisedSupport object

Specified by:
createAopProxy in interface AopProxyFactory
Parameters:
advisedSupport - AOP configuration
Returns:
an AOP proxy
Throws:
AopConfigException - if the configuration is invalid
See Also:
AopProxyFactory.createAopProxy(org.springframework.aop.framework.AdvisedSupport)


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