org.jboss.axis.encoding.ser
Class DeferedBeanConstruction
java.lang.Object
org.jboss.axis.encoding.ser.DeferedBeanConstruction
- public class DeferedBeanConstruction
- extends java.lang.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DeferedBeanConstruction
public DeferedBeanConstruction(java.lang.reflect.Constructor ctor)
getConstructor
public java.lang.reflect.Constructor getConstructor()
newBeanInstance
public java.lang.Object newBeanInstance(java.lang.Object ctorArg)
toString
public java.lang.String toString()