public class SimpleInterceptorInvocation extends Object implements InterceptorInvocation
| Constructor and Description |
|---|
SimpleInterceptorInvocation(Object instance,
InterceptionType interceptionType,
Collection<MethodMetadata> interceptorMethods,
boolean targetClass) |
| Modifier and Type | Method and Description |
|---|---|
Collection<InterceptorMethodInvocation> |
getInterceptorMethodInvocations() |
public SimpleInterceptorInvocation(Object instance, InterceptionType interceptionType, Collection<MethodMetadata> interceptorMethods, boolean targetClass)
public Collection<InterceptorMethodInvocation> getInterceptorMethodInvocations()
getInterceptorMethodInvocations in interface InterceptorInvocationCopyright © 2013 Seam Framework. All Rights Reserved.