org.jboss.axis.encoding.ser
Class DeferredBeanConstruction
java.lang.Object
org.jboss.axis.encoding.ser.DeferredBeanConstruction
public class DeferredBeanConstruction
- extends Object
This is the constructor we find in startElement if the bean does not have a default constructor.
Wraps the defered ctor and its arguments
- Author:
- Thomas.Diesler@jboss.org
DeferredBeanConstruction
public DeferredBeanConstruction(Constructor ctor)
getConstructor
public Constructor getConstructor()
newBeanInstance
public Object newBeanInstance(Object ctorArg)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.