WebResult (Java EE 5 SDK)

Java

Java EE 5 SDK

深圳电信培训中心.徐海蛟老师.


javax.jws Annotation Type WebResult


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface WebResult

Customizes the mapping of the return value to a WSDL part and XML element.

作者:
Copyright (c) 2004 by BEA Systems, Inc. All Rights Reserved.

Optional Element Summary
 boolean header
          If true, the result is pulled from a message header rather then the message body.
 String name
          Name of return value.
 String partName
          The name of the wsdl:part representing this return value.
 String targetNamespace
          The XML namespace for the return value.
 

name

public abstract String name
Name of return value.

If the operation is rpc style and @WebResult.partName has not been specified, this is the name of the wsdl:part representing the return value.
If the operation is document style or the return value maps to a header, this is the local name of the XML element representing the return value.

默认值:
""

partName

public abstract String partName
The name of the wsdl:part representing this return value.

This is only used if the operation is rpc style, or if the operation is document style and the parameter style is BARE.

从以下版本开始:
2.0
默认值:
""

targetNamespace

public abstract String targetNamespace
The XML namespace for the return value.

Only used if the operation is document style or the return value maps to a header. If the target namespace is set to ??, this represents the empty namespace.

默认值:
""

header

public abstract boolean header
If true, the result is pulled from a message header rather then the message body.

从以下版本开始:
2.0
默认值:
false

Java EE 5 SDK

深圳电信培训中心.徐海蛟老师.


提交错误或意见

版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。深圳电信培训中心.徐海蛟老师教学参考.