org.jboss.weld.interceptor.proxy
Class SimpleInterceptorInvocation<T>
java.lang.Object
org.jboss.weld.interceptor.proxy.SimpleInterceptorInvocation<T>
- All Implemented Interfaces:
- InterceptorInvocation
public class SimpleInterceptorInvocation<T>
- extends Object
- implements InterceptorInvocation
- Author:
- Marius Bogoevici
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleInterceptorInvocation
public SimpleInterceptorInvocation(T instance,
InterceptionType interceptionType,
Collection<MethodMetadata> interceptorMethods,
boolean targetClass)
getInterceptorMethodInvocations
public Collection<InterceptorMethodInvocation> getInterceptorMethodInvocations()
- Specified by:
getInterceptorMethodInvocations
in interface InterceptorInvocation
Copyright © 2013 Seam Framework. All Rights Reserved.