Uses of Interface
org.jboss.weld.bean.proxy.MethodHandler
Packages that use MethodHandler
Package
Description
-
Uses of MethodHandler in org.jboss.weld.bean.builtin
Classes in org.jboss.weld.bean.builtin that implement MethodHandler -
Uses of MethodHandler in org.jboss.weld.bean.proxy
Subinterfaces of MethodHandler in org.jboss.weld.bean.proxyModifier and TypeInterfaceDescriptioninterfaceThe interface implemented by the invocation handler of a proxy instance.Classes in org.jboss.weld.bean.proxy that implement MethodHandlerModifier and TypeClassDescriptionclassA method handler that wraps the invocation of interceptors and decorators.classMethod handler for decorated beansclassclassA general purpose MethodHandler for all proxies which routes calls to theBeanInstanceassociated with this proxy or handler.Methods in org.jboss.weld.bean.proxy that return MethodHandlerModifier and TypeMethodDescriptionTargetBeanInstance.getInterceptorsHandler()ProxyObject.weld_getHandler()Get the handler.Methods in org.jboss.weld.bean.proxy that return types with arguments of type MethodHandlerModifier and TypeMethodDescriptionprotected Class<? extends MethodHandler>ClientProxyFactory.getMethodHandlerType()protected Class<? extends MethodHandler>InterceptedSubclassFactory.getMethodHandlerType()protected Class<? extends MethodHandler>ProxyFactory.getMethodHandlerType()Methods in org.jboss.weld.bean.proxy with parameters of type MethodHandlerModifier and TypeMethodDescriptionvoidTargetBeanInstance.setInterceptorsHandler(MethodHandler interceptorsHandler) voidProxyObject.weld_setHandler(MethodHandler mi) Sets a handler.Constructors in org.jboss.weld.bean.proxy with parameters of type MethodHandlerModifierConstructorDescriptionEnterpriseTargetBeanInstance(Class<?> baseType, MethodHandler methodHandler) EnterpriseTargetBeanInstance(Set<Type> types, MethodHandler methodHandler) -
Uses of MethodHandler in org.jboss.weld.interceptor.proxy
Classes in org.jboss.weld.interceptor.proxy that implement MethodHandler -
Uses of MethodHandler in org.jboss.weld.interceptor.util.proxy
Classes in org.jboss.weld.interceptor.util.proxy that implement MethodHandler