Package org.apache.cxf.annotations
Annotation Type FactoryType
Defines the factory used for the service.
 Either use the factoryClass attribute to define your own
 factory or use one of the "value" convenience enums.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic final classstatic enum
- 
Optional Element SummaryOptional Elements
- 
Element Details- 
valueFactoryType.Type value- Default:
- Singleton
 
- 
argsString[] args- Default:
- {}
 
- 
factoryClassThe class for the factory. It MUST have a constructor that takes two arguments: 1) The Class for the service 2) String[] of the args from above- Default:
- org.apache.cxf.annotations.FactoryType.DEFAULT.class
 
 
-