com.xenonsoft.bridgetown.soa.spi
Interface IAOPWeaverProxyBeanBuilder

All Superinterfaces:
IProxyBeanBuilder

public interface IAOPWeaverProxyBeanBuilder
extends IProxyBeanBuilder

This is a Java interface for an Java object that can weave beans with aspect oriented method pointcuts.

Version:
$Id: IAOPWeaverProxyBeanBuilder.java,v 1.1 2004/10/04 23:26:15 peter_pilgrim Exp $
Author:
peterp, 29-Sep-2004

Method Summary
 void addMethodPointCut(IMethodPointCut pointcut)
          Adds a method pointcut to the collection of pointcuts to the AOP weaver
 IMethodPointCut[] getMethodPointCutList()
          Returns an array of method pointcuts registered with the AOP weaver
 
Methods inherited from interface com.xenonsoft.bridgetown.soa.spi.IProxyBeanBuilder
newProxyInstance, newProxyInstance
 

Method Detail

addMethodPointCut

public void addMethodPointCut(IMethodPointCut pointcut)
Adds a method pointcut to the collection of pointcuts to the AOP weaver

Parameters:
pointcut - the method pointcut to add

getMethodPointCutList

public IMethodPointCut[] getMethodPointCutList()
Returns an array of method pointcuts registered with the AOP weaver

Returns:
the array of method pointcuts


Copyright © 2005 XeNoNSoFT.com. All Rights Reserved.