org.jboss.axis.encoding.ser
Class DeferedBeanConstruction

java.lang.Object
  extended byorg.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


Constructor Summary
DeferedBeanConstruction(java.lang.reflect.Constructor ctor)
           
 
Method Summary
 java.lang.reflect.Constructor getConstructor()
           
 java.lang.Object newBeanInstance(java.lang.Object ctorArg)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeferedBeanConstruction

public DeferedBeanConstruction(java.lang.reflect.Constructor ctor)
Method Detail

getConstructor

public java.lang.reflect.Constructor getConstructor()

newBeanInstance

public java.lang.Object newBeanInstance(java.lang.Object ctorArg)

toString

public java.lang.String toString()