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