Constructor and Description |
---|
ProxyUtil.InterceptorProvider(Collection<MetaClass> featureInterceptors,
Collection<MetaClass> standaloneInterceptors) |
Modifier and Type | Method and Description |
---|---|
List<Class<?>> |
getInterceptors(MetaClass type,
MetaMethod method)
Returns the interceptors for the provided proxy type and method.
|
public ProxyUtil.InterceptorProvider(Collection<MetaClass> featureInterceptors, Collection<MetaClass> standaloneInterceptors)
public List<Class<?>> getInterceptors(MetaClass type, MetaMethod method)
type
- the remote interfacemethod
- the remote methodCopyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.