org.jboss.arquillian.ajocado.interception
Interface InterceptionProxy
public interface InterceptionProxy
getCommandProcessorProxy
<T> T getCommandProcessorProxy()
registerInterceptor
void registerInterceptor(CommandInterceptor interceptor)
unregisterInterceptor
CommandInterceptor unregisterInterceptor(CommandInterceptor interceptor)
unregisterInterceptorType
Set<CommandInterceptor> unregisterInterceptorType(Class<? extends CommandInterceptor> type)
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.