javax.wsdl.extensions.soap
public interface SOAPBody extends ExtensibilityElement, Serializable
| Method Summary | |
|---|---|
| List | getEncodingStyles()
Get the encodingStyles for this SOAP body. |
| String | getNamespaceURI()
Get the namespace URI for this SOAP body. |
| List | getParts()
Get the parts for this SOAP body. |
| String | getUse()
Get the use for this SOAP body. |
| void | setEncodingStyles(List encodingStyles)
Set the encodingStyles for this SOAP body.
|
| void | setNamespaceURI(String namespaceURI)
Set the namespace URI for this SOAP body.
|
| void | setParts(List parts)
Set the parts for this SOAP body.
|
| void | setUse(String use)
Set the use for this SOAP body.
|
Parameters: encodingStyles the desired encodingStyles
Parameters: namespaceURI the desired namespace URI
Parameters: parts the desired parts
Parameters: use the desired use