Class InterceptorModule
java.lang.Object
org.jboss.as.test.shared.integration.ejb.interceptor.serverside.InterceptorModule
A simple POJO representing a structure needed for setting up a global interceptor.
- Author:
- Sultan Zhantemirov (c) 2019 Red Hat, inc.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.as.test.module.util.TestModulevoidsetModuleName(String moduleName) voidsetTestModule(org.jboss.as.test.module.util.TestModule testModule)
-
Constructor Details
-
InterceptorModule
public InterceptorModule(Class interceptorClass, String moduleName, String moduleXmlName, URL moduleXmlPath, String jarName) - Parameters:
interceptorClass- - class with interceptor implementation.moduleName- - name of interceptor module.moduleXmlName- - module XML filename, e.g. module.xmlmoduleXmlPath- - module XML URLjarName- - name of interceptor target JAR archive.
-
-
Method Details
-
getInterceptorClass
-
getModuleName
-
setModuleName
-
getModuleXmlName
-
getModuleXmlPath
-
getJarName
-
getTestModule
public org.jboss.as.test.module.util.TestModule getTestModule() -
setTestModule
public void setTestModule(org.jboss.as.test.module.util.TestModule testModule)
-