KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > lang > NoSuchMethodException > Top Examples

  • org.apache.commons.beanutils.PropertyUtilsTestCase
    <p>Test Case for the PropertyUtils class. The majority of these tests use instances of the TestBean class, so be sure to update the tests if you change the characteristics of that class.</p> <p>So far, this test case has tests for the following methods of the <code>Proper ...
  • org.apache.commons.beanutils.DynaPropertyUtilsTestCase
    Test accessing DynaBeans transparently via PropertyUtils. @author Craig R. McClanahan @version $Revision: 1.12 $ $Date: 2004/02/28 13:18:36 $
  • org.apache.commons.beanutils.PropertyUtilsBean
    Utility methods for using Java Reflection APIs to facilitate generic property getter and setter operations on Java objects. Much of this code was originally included in <code>BeanUtils</code>, but has been separated because of the volume of code involved. <p> In general, the obj ...
  • com.opensymphony.workflow.designer.beanutils.PropertyUtilsBean
    Utility methods for using Java Reflection APIs to facilitate generic property getter and setter operations on Java objects. Much of this code was originally included in <code>BeanUtils</code>, but has been separated because of the volume of code involved. <p/> In general, the ob ...
  • com.opensymphony.workflow.designer.beanutils.PropertyUtils
    <p>Utility methods for using Java Reflection APIs to facilitate generic property getter and setter operations on Java objects.</p> <p>The implementations for these methods are provided by <code>PropertyUtilsBean</code>. For more details see {@link PropertyUtilsBean}. ...
  • org.jboss.test.aop.reflection.ReflectionPOJO
    @author <a HREF="mailto:kabirkhan@bigfoot.com">Kabir Khan</a>
  • org.apache.commons.beanutils.locale.LocaleBeanUtils
    <p>Utility methods for populating JavaBeans properties via reflection in a locale-dependent manner.</p> <p>The implementations for these methods are provided by <code>LocaleBeanUtilsBean</code>. For more details see {@link LocaleBeanUtilsBean}.</p> @author Cra ...
  • org.objectweb.jac.core.rtti.ClassItem
    This class defines a meta item that corresponds to the <code>java.lang.reflect.Class</code> meta element.<p> @author Renaud Pawlak @author Laurent Martelli
  • org.apache.bsf.util.MethodUtils
    This file is a collection of reflection utilities for dealing with methods and constructors. @author Sanjiva Weerawarana @author Joseph Kesselman
  • com.opensymphony.workflow.designer.beanutils.MethodUtils
    <p> Utility reflection methods focussed on methods in general rather than properties in particular. </p> <h3>Known Limitations</h3> <h4>Accessing Public Methods In A Default Access Superclass</h4> <p>There is an issue when invoking public methods containe ...
  • org.jboss.aop.advice.AbstractAdvice
    Comment @author <a HREF="mailto:bill@jboss.org">Bill Burke</a> @version $Revision: 1.10 $
  • org.jboss.verifier.strategy.EJBVerifier21
    EJB 2.1 bean verifier. @author <a HREF="mailto:christoph.jung@infor.de">Christoph G. Jung</a> @author Thomas.Diesler@jboss.org @version $Revision: 1.3.4.1 $ @since 02.12.2003
  • org.jboss.xb.binding.MappingObjectModelFactory
    An ObjectModelFactory that uses mappings @author <a HREF="mailto:alex@jboss.org">Alexey Loubyansky</a> @author <a HREF="mailto:adrian@jboss.com">Adrian Brock</a> @version <tt>$Revision: 1.1.2.1 $</tt>
  • org.apache.xml.dtm.ref.CoroutineManager
    <p>Support the coroutine design pattern.</p> <p>A coroutine set is a very simple cooperative non-preemptive multitasking model, where the switch from one task to another is performed via an explicit request. Coroutines interact according to the following rules:</p> <ul ...
  • org.picocontainer.monitors.ConsoleComponentMonitorTestCase
    @author Aslak Helles&oslash;y @version $Revision: 2024 $
  • org.jboss.aop.ClassAdvisor
    Advises a class and provides access to the class's aspect chain. Each advisable class has an associated <code>Advisor</code> instance. References methods using <code>int</code> IDs rather than the actual instances for optimal performance. Provides ability to invoke methods ...
  • com.sun.org.apache.xml.internal.utils.synthetic.Class
    WORK NEEDED: com.sun.org.apache.xml.internal.utils.synthetic.Class is a mutable equivalent of java.lang.Class. Instances represent classes and interfaces in a running Java application, or class descriptions under construction. In the former case, com.sun.org.apache.xml.internal.utils.synthetic.Cl ...
  • org.jboss.xml.binding.MappingObjectModelProvider
    @author <a HREF="mailto:alex@jboss.org">Alexey Loubyansky</a> @version <tt>$Revision: 1.1.2.6 $</tt>
  • org.apache.axis.description.JavaServiceDesc
    A ServiceDesc is an abstract description of a service. ServiceDescs contain OperationDescs, which are descriptions of operations. The information about a service's operations comes from one of two places: 1) deployment, or 2) introspection. @author Glen Daniels (gdaniels@apache.org)
  • org.apache.commons.beanutils.BasicDynaClass
    <p>Minimal implementation of the <code>DynaClass</code> interface. Can be used as a convenience base class for more sophisticated implementations.</p> <p><strong>IMPLEMENTATION NOTE</strong> - The <code>DynaBean</code> implementation class sup ...
Popular Tags