| 
 | Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented
@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
public @interface WSDLDocumentationAdds documentation nodes to the generated WSDL
| Required Element Summary | |
|---|---|
|  String | valueThe documentation to add | 
| Optional Element Summary | |
|---|---|
|  Class<?> | faultClassIf Placement is FAULT_MESSAGE, PORT_FAULT, or BINDING_FAULT, return the fault class associated with this documentation | 
|  WSDLDocumentation.Placement | placementThe place to put the documentation. | 
| Element Detail | 
|---|
public abstract String value
public abstract WSDLDocumentation.Placement placement
public abstract Class<?> faultClass
| 
 | Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||