| Package | Description |
|---|---|
| org.jboss.invocation.proxy |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
ConstructorBodyCreator |
AbstractSubclassFactory.getDefaultConstructorOverride()
Returns the default
ConstructorBodyCreator to use then creating overridden subclasses. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractSubclassFactory.createConstructorDelegates(ConstructorBodyCreator creator)
Adds constructors that delegate the the superclass constructor for all non-private constructors present on the superclass
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.