|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface WebResult
Customizes the mapping of the return value to a WSDL part and XML element.
Optional Element Summary | |
---|---|
String |
name
Name of return value as it appears in the WSDL and messages on the wire. |
String |
targetNamespace
The XML namespace for the return value. |
public abstract String name
public abstract String targetNamespace
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |