Spec-Zone .ru
спецификации, руководства, описания, API


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.

Author:
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.
 java.lang.String name
          Name of return value.
 java.lang.String partName
          The name of the wsdl:part representing this return value.
 java.lang.String targetNamespace
          The XML namespace for the return value.
 

name

public abstract java.lang.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.

Default:
""

partName

public abstract java.lang.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.

Since:
2.0
Default:
""

targetNamespace

public abstract java.lang.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.

Default:
""

header

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

Since:
2.0
Default:
false


Submit a bug or feature

Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.

Generated on 10-February-2011 12:41

free hit counter