| Package | Description |
|---|---|
| org.jboss.invocation.proxy | |
| org.jboss.invocation.proxy.reflection |
| Modifier and Type | Field and Description |
|---|---|
protected ReflectionMetadataSource |
AbstractSubclassFactory.reflectionMetadataSource
The metadata source used to generate the proxy
|
| Modifier and Type | Method and Description |
|---|---|
ReflectionMetadataSource |
ProxyConfiguration.getMetadataSource() |
| Modifier and Type | Method and Description |
|---|---|
ProxyConfiguration<T> |
ProxyConfiguration.setMetadataSource(ReflectionMetadataSource metadataSource) |
| Constructor and Description |
|---|
AbstractProxyFactory(String className,
Class<T> superClass,
ClassLoader classLoader,
ProtectionDomain protectionDomain,
ReflectionMetadataSource reflectionMetadataSource)
Construct a new instance.
|
AbstractSubclassFactory(String className,
Class<T> superClass,
ClassLoader classLoader,
ProtectionDomain protectionDomain,
ReflectionMetadataSource reflectionMetadataSource)
Construct a new instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultReflectionMetadataSource |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.