|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=PARAMETER) public @interface WebParam
Customizes the mapping of an individual parameter to a Web Service message part and XML element.
Optional Element Summary | |
---|---|
boolean |
header
If true, the parameter is pulled from a message header rather then the message body. |
WebParam.Mode |
mode
The direction in which the parameter is flowing. |
String |
name
Name of the parameter as it appears in the WSDL. |
String |
targetNamespace
The XML namespace for the parameter. |
public abstract String name
public abstract String targetNamespace
public abstract WebParam.Mode mode
public abstract boolean header
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |