Specifies the mapping of the Web Service onto the SOAP message protocol.
- Since:
- 1.6, Jakarta XML Web Services 2.0
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic enumThe style of mapping parameters onto SOAP messagesstatic enumThe SOAP binding stylestatic enumThe SOAP binding use
- 
Optional Element SummaryOptional 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- 
styleSOAPBinding.Style styleDefines the encoding style for messages send to and from the Web Service.- Returns:
- the encoding style for messages
 - Default:
- DOCUMENT
 
- 
useSOAPBinding.Use useDefines the formatting style for messages sent to and from the Web Service.- Returns:
- the formatting style for messages
 - Default:
- LITERAL
 
- 
parameterStyleSOAPBinding.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
 
 
-