Specifies the mapping of the Web Service onto the SOAP message protocol.
- Since:
 - 1.6, Jakarta XML Web Services 2.0
 
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe style of mapping parameters onto SOAP messagesstatic enumThe SOAP binding stylestatic enumThe SOAP binding use - 
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionDetermines whether method parameters represent the entire message body, or whether the parameters are elements wrapped inside a top-level element named after the operation.Defines the encoding style for messages send to and from the Web Service.Defines the formatting style for messages sent to and from the Web Service. 
- 
Element Details
- 
style
SOAPBinding.Style styleDefines the encoding style for messages send to and from the Web Service.- Returns:
 - the encoding style for messages
 
- Default:
 DOCUMENT
 - 
use
SOAPBinding.Use useDefines the formatting style for messages sent to and from the Web Service.- Returns:
 - the formatting style for messages
 
- Default:
 LITERAL
 - 
parameterStyle
SOAPBinding.ParameterStyle parameterStyleDetermines whether method parameters represent the entire message body, or whether the parameters are elements wrapped inside a top-level element named after the operation.- Returns:
 - parameter style as 
BAREorWRAPPED 
- Default:
 WRAPPED
 
 -