org.jboss.weld.interceptor.proxy
Interface InterceptorMethodInvocation

All Known Implementing Classes:
SimpleMethodInvocation

public interface InterceptorMethodInvocation

Author:
Marius Bogoevici

Method Summary
 boolean expectsInvocationContext()
           
 Object invoke(javax.interceptor.InvocationContext invocationContext)
           
 

Method Detail

invoke

Object invoke(javax.interceptor.InvocationContext invocationContext)
              throws Exception
Throws:
Exception

expectsInvocationContext

boolean expectsInvocationContext()


Copyright © 2013 Seam Framework. All Rights Reserved.