public class SimpleMethodInvocation<T> extends Object implements InterceptorMethodInvocation
| Modifier and Type | Method and Description |
|---|---|
boolean |
expectsInvocationContext() |
MethodMetadata |
getMethod() |
Object |
invoke(javax.interceptor.InvocationContext invocationContext) |
public Object invoke(javax.interceptor.InvocationContext invocationContext) throws Exception
invoke in interface InterceptorMethodInvocationExceptionpublic MethodMetadata getMethod()
public boolean expectsInvocationContext()
expectsInvocationContext in interface InterceptorMethodInvocationCopyright © 2014 Seam Framework. All Rights Reserved.