Package org.apache.cxf.service.invoker
Interface Factory
- 
- All Known Implementing Classes:
- FactoryType.DEFAULT,- PerRequestFactory,- PooledFactory,- SessionFactory,- SingletonFactory,- SpringBeanFactory
 
 public interface FactoryRepresents an object factory. Used at invoke time to find the object that the invokation will use
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectcreate(Exchange e)Creates the object that will be used for the invokevoidrelease(Exchange e, Object o)Post invoke, this is called to allow the factory to release the object, store it, etc...
 
-