API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.jws. WebParam View Source
Author(s)
Copyright (c) 2004 by BEA Systems, Inc. All Rights Reserved.
Since
Version
Serial
Description
@Retention (value=RUNTIME)
@Target (value=PARAMETER)
public annotation WebParam
Customizes the mapping of an individual parameter to a Web Service message part and XML element.
See also:   
Elements
header = false
If true, the parameter is pulled from a message header rather then the message body.
mode = IN
  The direction in which the parameter is flowing (One of IN, OUT, or INOUT).
name = ""
  Name of the parameter.
partName = ""
  The name of the wsdl:part representing this parameter.
targetNamespace = ""
  The XML namespace for the parameter.
Nested Classes
  WebParam.Mode
The direction in which the parameter flows
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar