org.jboss.weld.interceptor.proxy
Class SimpleMethodInvocation<T>
java.lang.Object
org.jboss.weld.interceptor.proxy.SimpleMethodInvocation<T>
- All Implemented Interfaces:
- InterceptorMethodInvocation
public class SimpleMethodInvocation<T>
- extends Object
- implements InterceptorMethodInvocation
- Author:
- Marius Bogoevici
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
invoke
public Object invoke(javax.interceptor.InvocationContext invocationContext)
throws Exception
- Specified by:
invoke
in interface InterceptorMethodInvocation
- Throws:
Exception
getMethod
public MethodMetadata getMethod()
expectsInvocationContext
public boolean expectsInvocationContext()
- Specified by:
expectsInvocationContext
in interface InterceptorMethodInvocation
Copyright © 2013 Seam Framework. All Rights Reserved.