Invocation API 1.1.0.Final

Uses of Interface
org.jboss.invocation.proxy.ConstructorBodyCreator

Packages that use ConstructorBodyCreator
org.jboss.invocation.proxy   
 

Uses of ConstructorBodyCreator in org.jboss.invocation.proxy
 

Classes in org.jboss.invocation.proxy that implement ConstructorBodyCreator
 class DefaultConstructorBodyCreator
          Constructor override that simply delegates to super().
 class ProxyFactory.ProxyConstructorBodyCreator
          Generates a proxy constructor that delegates to super(), and then sets the constructed flag to true.
 

Methods in org.jboss.invocation.proxy that return ConstructorBodyCreator
 ConstructorBodyCreator AbstractSubclassFactory.getDefaultConstructorOverride()
          Returns the default ConstructorBodyCreator to use then creating overridden subclasses.
 

Methods in org.jboss.invocation.proxy with parameters of type ConstructorBodyCreator
protected  void AbstractSubclassFactory.createConstructorDelegates(ConstructorBodyCreator creator)
          Adds constructors that delegate the the superclass constructor for all non-private constructors present on the superclass
 


Invocation API 1.1.0.Final

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