Lines Matching defs:args
566 Object[] args = new Object[0];
567 StackLogger stackLogger = (StackLogger) cons.newInstance(args);
574 + "- check that it is present on the classpath and that there is a no-args constructor defined",
580 + "- check that it is present on the classpath and that there is a no-args constructor defined",
595 Object[] args = new Object[0];
596 this.serverLogger = (ServerLogger) cons.newInstance(args);
603 + "- check that it is present on the classpath and that there is a no-args constructor defined",
609 + "- check that it is present on the classpath and that there is a no-args constructor defined",
632 Object[] args = new Object[2];
633 args[0] = (SipStack) this;
634 args[1] = outboundProxy;
635 Router router = (Router) cons.newInstance(args);