|
Invocation API 1.1.0.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |