org.springframework.jee.interfaces
Interface MethodInvocationVisitor

All Known Implementing Classes:
MethodInvocationVisitorImpl

public interface MethodInvocationVisitor

Author:
Safin Li, Michael Chen

Method Summary
 Object getBean()
           
 Class getDeclaringClass()
           
 Object visit()
           
 

Method Detail

visit

Object visit()
             throws Throwable
Throws:
Throwable

getDeclaringClass

Class getDeclaringClass()

getBean

Object getBean()


Copyright © 2006-2008 SpringSource (formerly Interface21). All Rights Reserved.