Uses of Class
org.jboss.invocation.proxy.ProxyConfiguration
-
Packages that use ProxyConfiguration Package Description org.jboss.invocation.proxy -
-
Uses of ProxyConfiguration in org.jboss.invocation.proxy
Methods in org.jboss.invocation.proxy that return ProxyConfiguration Modifier and Type Method Description ProxyConfiguration<T>ProxyConfiguration. addAdditionalInterface(Class<?> additionalInterface)Adds an additional interface the that proxy should implementProxyConfiguration<T>ProxyConfiguration. setClassFactory(org.jboss.classfilewriter.ClassFactory classFactory)Sets the class factory that the proxy should be defined viaProxyConfiguration<T>ProxyConfiguration. setClassLoader(ClassLoader classLoader)Sets the class loader that the proxy should be defined inProxyConfiguration<T>ProxyConfiguration. setMetadataSource(ReflectionMetadataSource metadataSource)ProxyConfiguration<T>ProxyConfiguration. setProtectionDomain(ProtectionDomain protectionDomain)ProxyConfiguration<T>ProxyConfiguration. setProxyName(Package pkg, String simpleName)Sets the proxy nameProxyConfiguration<T>ProxyConfiguration. setProxyName(String proxyName)Sets the proxy nameProxyConfiguration<T>ProxyConfiguration. setSuperClass(Class<T> superClass)Sets the proxy superclassConstructors in org.jboss.invocation.proxy with parameters of type ProxyConfiguration Constructor Description ProxyFactory(ProxyConfiguration<T> proxyConfiguration)Construct a new instance.
-