org.jboss.weld.interceptor.proxy
Class SimpleMethodInvocation<T>

java.lang.Object
  extended by org.jboss.weld.interceptor.proxy.SimpleMethodInvocation<T>
All Implemented Interfaces:
InterceptorMethodInvocation

public class SimpleMethodInvocation<T>
extends Object
implements InterceptorMethodInvocation

Author:
Marius Bogoevici

Method Summary
 boolean expectsInvocationContext()
           
 MethodMetadata getMethod()
           
 Object invoke(javax.interceptor.InvocationContext invocationContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.