public class SpringBeanFactory extends Object implements Factory, org.springframework.context.ApplicationContextAware
| 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(org.springframework.context.ApplicationContext applicationContext)  | 
public SpringBeanFactory(String name)
public Object create(Exchange e) throws Throwable
public void release(Exchange e, Object o)
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
setApplicationContext in interface org.springframework.context.ApplicationContextAwareApache CXF