public class SimpleProxyServices extends Object implements org.jboss.weld.serialization.spi.ProxyServices
ProxyServices which simply use the
corresponding information from the proxy type. An exception is made for
java.* and javax.* packages which are often associated with
the system classloader and a more privileged ProtectionDomain.| Constructor and Description |
|---|
SimpleProxyServices() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup() |
ClassLoader |
getClassLoader(Class<?> proxiedBeanType) |
Class<?> |
loadBeanClass(String className)
Deprecated.
|
public ClassLoader getClassLoader(Class<?> proxiedBeanType)
getClassLoader in interface org.jboss.weld.serialization.spi.ProxyServicespublic void cleanup()
cleanup in interface org.jboss.weld.bootstrap.api.Service@Deprecated public Class<?> loadBeanClass(String className)
loadBeanClass in interface org.jboss.weld.serialization.spi.ProxyServicesCopyright © 2017. All rights reserved.