javax.wsdl.extensions.soap12
public interface SOAP12Body extends ExtensibilityElement, Serializable
Method Summary | |
---|---|
String | getEncodingStyle()
Get the encodingStyle 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 | setEncodingStyle(String encodingStyle)
Set the encodingStyle 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: encodingStyle the desired encodingStyle
Parameters: namespaceURI the desired namespace URI
Parameters: parts the desired parts
Parameters: use the desired use