org.springframework.jee.spi
Class MethodInvocationVisitorImpl
java.lang.Object
org.springframework.jee.spi.MethodInvocationVisitorImpl
- All Implemented Interfaces:
- MethodInvocationVisitor
public class MethodInvocationVisitorImpl
- extends Object
- implements MethodInvocationVisitor
- Author:
- Safin Li, Michael Chen
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodInvocationVisitorImpl
public MethodInvocationVisitorImpl(MethodInvocation mi)
visit
public Object visit()
throws Throwable
- Specified by:
visit
in interface MethodInvocationVisitor
- Throws:
Throwable
getDeclaringClass
public Class getDeclaringClass()
- Specified by:
getDeclaringClass
in interface MethodInvocationVisitor
getBean
public Object getBean()
- Specified by:
getBean
in interface MethodInvocationVisitor
Copyright © 2006-2008 SpringSource (formerly Interface21). All Rights Reserved.