public interface CommandInterceptorProxy
| Modifier and Type | Method and Description |
|---|---|
void |
registerInterceptor(CommandInterceptor interceptor)
Registers new interceptor
|
CommandInterceptor |
unregisterInterceptor(CommandInterceptor interceptor)
Unregisters the inceptor by reference
|
Set<CommandInterceptor> |
unregisterInterceptorType(Class<? extends CommandInterceptor> type)
Unregisters all of the interceptors of given type
|
void registerInterceptor(CommandInterceptor interceptor)
interceptor - to registerCommandInterceptor unregisterInterceptor(CommandInterceptor interceptor)
interceptor - the interceptor by referenceSet<CommandInterceptor> unregisterInterceptorType(Class<? extends CommandInterceptor> type)
type - the type of interceptors to unregisterCopyright © 2013 JBoss by Red Hat. All Rights Reserved.