public class SpringBeanFactory extends Object implements Factory
Constructor and Description |
---|
SpringBeanFactory(Class<?> c,
String[] args) |
SpringBeanFactory(String name) |
Modifier and Type | Method and Description |
---|---|
Object |
create(Exchange e)
Creates the object that will be used for the invoke
|
void |
release(Exchange e,
Object o)
Post invoke, this is called to allow the factory to release
the object, store it, etc...
|
void |
setApplicationContext(ApplicationContext arg0) |
public SpringBeanFactory(String name)
public Object create(Exchange e) throws Throwable
public void release(Exchange e, Object o)
public void setApplicationContext(ApplicationContext arg0) throws BeansException
BeansException
Copyright © 2016 JBoss by Red Hat. All rights reserved.