Interface InterceptorsSetupTask
- All Known Implementing Classes:
AbstractServerInterceptorsSetupTask.SetupTask
public interface InterceptorsSetupTask
-
Method Summary
Modifier and TypeMethodDescriptionvoidmodifyServerInterceptors(List<InterceptorModule> interceptorModules, org.jboss.as.arquillian.container.ManagementClient managementClient) voidpackModule(InterceptorModule module) voidrevertServerInterceptors(org.jboss.as.arquillian.container.ManagementClient managementClient)
-
Method Details
-
getModules
List<InterceptorModule> getModules() -
modifyServerInterceptors
void modifyServerInterceptors(List<InterceptorModule> interceptorModules, org.jboss.as.arquillian.container.ManagementClient managementClient) throws Exception - Throws:
Exception
-
revertServerInterceptors
void revertServerInterceptors(org.jboss.as.arquillian.container.ManagementClient managementClient) throws Exception - Throws:
Exception