@author Ben Yu Feb 6, 2006 11:38:08 AM
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()); }
307308309310311312313
} protected Invoker createInvoker() { return new FactoryInvoker(new LocalFactory(getServiceClass()), new ApplicationScopePolicy()); }
668669670671672673674
333334335336337338339
// TODO Auto-generated method stub } protected Invoker createInvoker() { return new FactoryInvoker(new LocalFactory(getServiceClass()), new ApplicationScopePolicy()); }
681682683684685686687
683684685686687688689
245246247248249250251
341342343344345346347