@author Ben Yu Feb 10, 2006 11:31:27 PM
662663664665666667668
protected Invoker createInvoker() { Class<?> cls = getServiceClass(); if (cls.isInterface()) { return null; } return new FactoryInvoker(new LocalFactory(getServiceClass()), new ApplicationScopePolicy()); }
674675676677678679680
652653654655656657658
} } } } protected Invoker createInvoker() { return new FactoryInvoker(new LocalFactory(getServiceClass()), new ApplicationScopePolicy()); }
306307308309310311312313
// TODO Auto-generated method stub } protected Invoker createInvoker() { return new FactoryInvoker(new LocalFactory(getServiceClass()), new ApplicationScopePolicy()); }
668669670671672673674
333334335336337338339
681682683684685686687
683684685686687688689
244245246247248249250251
341342343344345346347