org.shiftone.jrat.integration.aop.aspectwerkz
Class AspectWerkzAroundAdvice

java.lang.Object
  extended by org.shiftone.jrat.integration.aop.aspectwerkz.AspectWerkzAroundAdvice
All Implemented Interfaces:
org.codehaus.aspectwerkz.intercept.Advice, org.codehaus.aspectwerkz.intercept.AroundAdvice

public class AspectWerkzAroundAdvice
extends java.lang.Object
implements org.codehaus.aspectwerkz.intercept.AroundAdvice

Author:
jeff@shiftone.org (Jeff Drost)

Constructor Summary
AspectWerkzAroundAdvice()
           
 
Method Summary
 java.lang.Object invoke(org.codehaus.aspectwerkz.joinpoint.JoinPoint joinPoint)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AspectWerkzAroundAdvice

public AspectWerkzAroundAdvice()
Method Detail

invoke

public java.lang.Object invoke(org.codehaus.aspectwerkz.joinpoint.JoinPoint joinPoint)
                        throws java.lang.Throwable
Specified by:
invoke in interface org.codehaus.aspectwerkz.intercept.AroundAdvice
Throws:
java.lang.Throwable