org.org.usurper.springframework.aop
Class UsurperMethodInterceptor

java.lang.Object
  extended by org.org.usurper.springframework.aop.UsurperMethodInterceptor
All Implemented Interfaces:
org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor

public class UsurperMethodInterceptor
extends java.lang.Object
implements org.aopalliance.intercept.MethodInterceptor

The Class UsurperMethodInterceptor is an AOPAlliance MethodInterceptor that provides a virtual implementation for a given interface.
These virtual methods return Usurped objects which are instances of the defined returned types.


Constructor Summary
UsurperMethodInterceptor()
           
 
Method Summary
 java.lang.Object invoke(org.aopalliance.intercept.MethodInvocation methodInvocation)
           
 void setUsurperGeneratorSetup(UsurperGeneratorSetup usurperGeneratorSetup)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UsurperMethodInterceptor

public UsurperMethodInterceptor()
Method Detail

setUsurperGeneratorSetup

public void setUsurperGeneratorSetup(UsurperGeneratorSetup usurperGeneratorSetup)

invoke

public java.lang.Object invoke(org.aopalliance.intercept.MethodInvocation methodInvocation)
                        throws java.lang.Throwable
Specified by:
invoke in interface org.aopalliance.intercept.MethodInterceptor
Throws:
java.lang.Throwable


Copyright © 2008. All Rights Reserved.