API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.jws. WebResult View Source
Author(s)
Copyright (c) 2004 by BEA Systems, Inc. All Rights Reserved.
Since
Version
Serial
Description
@Retention (value=RUNTIME)
@Target (value=METHOD)
public annotation WebResult
Customizes the mapping of the return value to a WSDL part and XML element.
See also:   
Elements
header = false
  If true, the result is pulled from a message header rather then the message body.
name = ""
  Name of return value.
partName = ""
  The name of the wsdl:part representing this return value.
targetNamespace = ""
  The XML namespace for the return value.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar