public class SpringBeanFactory extends java.lang.Object implements Factory, org.springframework.context.ApplicationContextAware
| Constructor and Description |
|---|
SpringBeanFactory(java.lang.Class<?> c,
java.lang.String[] args) |
SpringBeanFactory(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
create(Exchange e)
Creates the object that will be used for the invoke
|
void |
release(Exchange e,
java.lang.Object o)
Post invoke, this is called to allow the factory to release
the object, store it, etc...
|
void |
setApplicationContext(org.springframework.context.ApplicationContext arg0) |
public SpringBeanFactory(java.lang.String name)
public SpringBeanFactory(java.lang.Class<?> c,
java.lang.String[] args)
public java.lang.Object create(Exchange e) throws java.lang.Throwable
public void release(Exchange e, java.lang.Object o)
public void setApplicationContext(org.springframework.context.ApplicationContext arg0)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansException