Package org.apache.cxf.annotations
Class FactoryType.DEFAULT
- java.lang.Object
- 
- org.apache.cxf.annotations.FactoryType.DEFAULT
 
- 
- All Implemented Interfaces:
- Factory
 - Enclosing class:
- FactoryType
 
 public static final class FactoryType.DEFAULT extends Object implements Factory 
- 
- 
Constructor SummaryConstructors Constructor Description DEFAULT()
 - 
Method SummaryAll Methods Instance Methods Concrete 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...
 
-