BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Class
weblogic.apache.xml.utils.synthetic.reflection.Constructor

Packages that use Constructor
weblogic.apache.xml.utils.synthetic   
 

Uses of Constructor in weblogic.apache.xml.utils.synthetic
 

Methods in weblogic.apache.xml.utils.synthetic that return Constructor
 Constructor Class.getConstructor(Class[] parameterTypes)
          Returns a Constructor object that reflects the specified public constructor of the class represented by this Class object.
 Constructor[] Class.getConstructors()
          Returns an array containing Constructor objects reflecting all the public constructors of the class represented by this Class object.
 Constructor Class.getDeclaredConstructor(Class[] parameterTypes)
          Returns a Constructor object that reflects the specified declared constructor of the class or interface represented by this Class object.
 Constructor Class.declareConstructor()
          Adds a Constructor description for the class or interface represented by this Class object
 Constructor[] Class.getDeclaredConstructors()
          Returns an array of Constructor objects reflecting all the constructors declared by the class represented by this Class object.
 


Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.