|
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 WSDLDocumentation
Adds documentation nodes to the generated WSDL
Required Element Summary | |
---|---|
String |
value
The documentation to add |
Optional Element Summary | |
---|---|
Class<?> |
faultClass
If Placement is FAULT_MESSAGE, PORT_FAULT, or BINDING_FAULT, return the fault class associated with this documentation |
WSDLDocumentation.Placement |
placement
The 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 |