Home | History | Annotate | Download | only in sip

Lines Matching defs:constructorArgs

563 				Class<?>[] constructorArgs = new Class[0];
565 .getConstructor(constructorArgs);
592 Class<?>[] constructorArgs = new Class[0];
594 .getConstructor(constructorArgs);
628 Class<?>[] constructorArgs = new Class[2];
629 constructorArgs[0] = javax.sip.SipStack.class;
630 constructorArgs[1] = String.class;
631 Constructor<?> cons = routerClass.getConstructor(constructorArgs);