Accueil
Rechercher:
sur developpez.com sur les forums
Forums | Tutoriels | F.A.Q's | Participez | Hébergement | Contacts
Club Emploi Blogs   TV   Dév. Web PHP XML Python Autres 2D-3D-Jeux Sécurité Windows Linux PC Mac
Accueil Conception Java DotNET Visual Basic  C  C++ Delphi Eclipse MS-Office SQL & SGBD Oracle  4D  Business Intelligence
FORUMS JAVA FAQs TUTORIELS JAVASEARCH SOURCES LIVRES OUTILS, EDI & API ECLIPSE NETBEANS BLOG DISCUSSIONS TV
 
[Sommaire]  [Top 50]  [F.A.Q.]  [ Java SE ]  [ Java EE ]  [Javadoc standard]  [Contact]
[ 1.4.2 ]  [ 5.0 ]  [ 6.0
Rechercher   
Dans
Options   sensible à la casse
étendre la recherche aux descriptions
Préférences
fr en 
 
Moteurs de recherche
JavaTM 2 Platform Std. Ed. v1.6.0

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.


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.

Default:
""

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.

Since:
2.0
Default:
""

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.

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

Copyright 2003 Sun Microsystems, Inc. All rights reserved
Responsables bénévoles de la rubrique Java : Eric Siber et Baptiste Wicht - Contacter par EMail :
Vos questions techniques : forum d'entraide Java - Publiez vos articles, tutoriels et cours
et rejoignez-nous dans l'équipe de rédaction du club d'entraide des développeurs francophones
Nous contacter - Copyright © 2000-2008 www.developpez.com - Legal informations.