Package org.jboss.as.test.shared.util
Class ClientInterceptorUtil
java.lang.Object
org.jboss.as.test.shared.util.ClientInterceptorUtil
Util class which is used for remote lookups in client-side interceptor related tests.
- Author:
- Sultan Zhantemirov (c) 2019 Red Hat, inc.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> TlookupStatelessRemote(String archiveName, Class<? extends T> beanType, Class<T> remoteInterface)
-
Constructor Details
-
ClientInterceptorUtil
public ClientInterceptorUtil()
-
-
Method Details
-
lookupStatelessRemote
public static <T> T lookupStatelessRemote(String archiveName, Class<? extends T> beanType, Class<T> remoteInterface) throws NamingException - Throws:
NamingException
-