172173174175176177178
return new ProcessorEndpoint(uri, this, processor); } @Override protected Registry createRegistry() { return new ApplicationContextRegistry(getApplicationContext()); }
207208209210211212213
return new ProcessorEndpoint(uri, this, new BeanProcessor(bean, this)); } @Override protected Registry createRegistry() { return new ApplicationContextRegistry(getApplicationContext()); }
202203204205206207208
201202203204205206207
193194195196197198199
210211212213214215216
205206207208209210211