| Constructor and Description | 
|---|
SingletonFactory(Class<?> beanClass)  | 
SingletonFactory(Factory f)  | 
SingletonFactory(Object bean)  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
create(Exchange ex)
Creates the object that will be used for the invoke 
 | 
void | 
release(Exchange ex,
       Object o)
Post invoke, this is called to allow the factory to release
 the object, store it, etc... 
 | 
public SingletonFactory(Object bean)
public SingletonFactory(Class<?> beanClass)
public SingletonFactory(Factory f)
Apache CXF