站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档

DeferedBeanConstruction (JAXRPC API) - JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档


org.apache.axis.encoding.ser
Class DeferedBeanConstruction

java.lang.Object
  extended byorg.apache.axis.encoding.ser.DeferedBeanConstruction

public class DeferedBeanConstruction
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

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

Constructor Detail

DeferedBeanConstruction

public DeferedBeanConstruction(Constructor ctor)
Method Detail

getConstructor

public Constructor getConstructor()

newBeanInstance

public Object newBeanInstance(Object ctorArg)

toString

public String toString()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.