| 
 | Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface 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.
| Optional Element Summary | |
|---|---|
|  String[] | args | 
|  Class<?> | factoryClassThe class for the factory. | 
|  FactoryType.Type | value | 
public abstract FactoryType.Type value
public abstract String[] args
public abstract Class<?> factoryClass
| 
 | Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||