Searched refs:ctorParams (Results 1 – 1 of 1) sorted by relevance
54 Class ctorParams[] = ctors[i].getParameterTypes(); in ComponentFactory() local55 if ( ( ctorParams.length == 1 ) && ( ctorParams[0].equals( XComponentContext.class ) ) ) in ComponentFactory()57 if ( ( ctorParams.length == 2 ) in ComponentFactory()58 && ( ctorParams[0].equals( XComponentContext.class ) ) in ComponentFactory()59 && ( ctorParams[1].equals( objectArrayClass ) ) in ComponentFactory()