Ajocado API 1.0.0.Alpha2

org.jboss.arquillian.ajocado.interception
Interface InterceptionProxy


public interface InterceptionProxy


Method Summary
<T> T
getCommandProcessorProxy()
           
 void registerInterceptor(CommandInterceptor interceptor)
           
 CommandInterceptor unregisterInterceptor(CommandInterceptor interceptor)
           
 Set<CommandInterceptor> unregisterInterceptorType(Class<? extends CommandInterceptor> type)
           
 

Method Detail

getCommandProcessorProxy

<T> T getCommandProcessorProxy()

registerInterceptor

void registerInterceptor(CommandInterceptor interceptor)

unregisterInterceptor

CommandInterceptor unregisterInterceptor(CommandInterceptor interceptor)

unregisterInterceptorType

Set<CommandInterceptor> unregisterInterceptorType(Class<? extends CommandInterceptor> type)

Ajocado API 1.0.0.Alpha2

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.