public class SimpleMethodInvocation 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 InterceptorMethodInvocation
Exception
public MethodMetadata getMethod()
public boolean expectsInvocationContext()
expectsInvocationContext
in interface InterceptorMethodInvocation
Copyright © 2014 Seam Framework. All rights reserved.