API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.jws.soap. SOAPBinding View Source
Author(s)
Copyright (c) 2004 by BEA Systems, Inc. All Rights Reserved.
Since
Version
Serial
Description
@Retention (value=RUNTIME)
@Target (value={TYPE, METHOD})
public annotation SOAPBinding
Specifies the mapping of the Web Service onto the SOAP message protocol.
See also:   
Elements
parameterStyle = WRAPPED
Determines whether method parameters represent the entire message body, or whether the parameters are elements wrapped inside a top-level element named after the operation
style = DOCUMENT
Defines the encoding style for messages send to and from the Web Service.
use = LITERAL
Defines the formatting style for messages sent to and from the Web Service.
Nested Classes
  SOAPBinding.Style
The SOAP binding style
  SOAPBinding.Use
The SOAP binding use
  SOAPBinding.ParameterStyle
The style of mapping parameters onto SOAP messages
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar