org.jboss.weld.bean.proxy.util
Class SimpleProxyServices
java.lang.Object
org.jboss.weld.bean.proxy.util.SimpleProxyServices
- All Implemented Interfaces:
- org.jboss.weld.bootstrap.api.Service, org.jboss.weld.serialization.spi.ProxyServices
public class SimpleProxyServices
- extends Object
- implements org.jboss.weld.serialization.spi.ProxyServices
A default implementation of the 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.
- Author:
- David Allen
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleProxyServices
public SimpleProxyServices()
getClassLoader
public ClassLoader getClassLoader(Class<?> proxiedBeanType)
- Specified by:
getClassLoader
in interface org.jboss.weld.serialization.spi.ProxyServices
cleanup
public void cleanup()
- Specified by:
cleanup
in interface org.jboss.weld.bootstrap.api.Service
loadBeanClass
@Deprecated
public Class<?> loadBeanClass(String className)
- Deprecated.
- Specified by:
loadBeanClass
in interface org.jboss.weld.serialization.spi.ProxyServices
Copyright © 2013 Seam Framework. All Rights Reserved.