Invocation API 1.1.0.Final

Uses of Interface
org.jboss.invocation.proxy.reflection.ReflectionMetadataSource

Packages that use ReflectionMetadataSource
org.jboss.invocation.proxy   
org.jboss.invocation.proxy.reflection   
 

Uses of ReflectionMetadataSource in org.jboss.invocation.proxy
 

Fields in org.jboss.invocation.proxy declared as ReflectionMetadataSource
protected  ReflectionMetadataSource AbstractSubclassFactory.reflectionMetadataSource
          The metadata source used to generate the proxy
 

Methods in org.jboss.invocation.proxy that return ReflectionMetadataSource
 ReflectionMetadataSource ProxyConfiguration.getMetadataSource()
           
 

Methods in org.jboss.invocation.proxy with parameters of type ReflectionMetadataSource
 ProxyConfiguration<T> ProxyConfiguration.setMetadataSource(ReflectionMetadataSource metadataSource)
           
 

Constructors in org.jboss.invocation.proxy with parameters of type ReflectionMetadataSource
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.
 

Uses of ReflectionMetadataSource in org.jboss.invocation.proxy.reflection
 

Classes in org.jboss.invocation.proxy.reflection that implement ReflectionMetadataSource
 class DefaultReflectionMetadataSource
           
 


Invocation API 1.1.0.Final

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.