BEA Systems, Inc.

WebLogic Server 6.1 API Reference

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

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

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

Methods in weblogic.apache.xml.utils.synthetic that return Method
 Method Class.getDeclaredMethod(java.lang.String name, Class[] parameterTypes)
          Returns a Method object that reflects the specified declared method of the class or interface represented by this Class object.
 Method Class.declareMethod(java.lang.String name)
          Adds a Method description for the class or interface represented by this Class object
 Method[] Class.getDeclaredMethods()
          Returns an array of Method objects reflecting all the methods declared by the class or interface represented by this Class object.
 Method Class.getMethod(java.lang.String name, Class[] parameterTypes)
          Returns a Method object that reflects the specified public member method of the class or interface represented by this Class object.
 Method[] Class.getMethods()
          Returns an array containing Method objects reflecting all the public member methods of the class or interface represented by this Class object, including those declared by the class or interface and and those inherited from superclasses and superinterfaces.
 


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.