javax.wsdl.extensions.soap

Interface SOAPBody

public interface SOAPBody extends ExtensibilityElement, Serializable

Author: Matthew J. Duftler (duftler@us.ibm.com)

Method Summary
ListgetEncodingStyles()
Get the encodingStyles for this SOAP body.
StringgetNamespaceURI()
Get the namespace URI for this SOAP body.
ListgetParts()
Get the parts for this SOAP body.
StringgetUse()
Get the use for this SOAP body.
voidsetEncodingStyles(List encodingStyles)
Set the encodingStyles for this SOAP body.
voidsetNamespaceURI(String namespaceURI)
Set the namespace URI for this SOAP body.
voidsetParts(List parts)
Set the parts for this SOAP body.
voidsetUse(String use)
Set the use for this SOAP body.

Method Detail

getEncodingStyles

public List getEncodingStyles()
Get the encodingStyles for this SOAP body.

getNamespaceURI

public String getNamespaceURI()
Get the namespace URI for this SOAP body.

getParts

public List getParts()
Get the parts for this SOAP body.

getUse

public String getUse()
Get the use for this SOAP body.

setEncodingStyles

public void setEncodingStyles(List encodingStyles)
Set the encodingStyles for this SOAP body.

Parameters: encodingStyles the desired encodingStyles

setNamespaceURI

public void setNamespaceURI(String namespaceURI)
Set the namespace URI for this SOAP body.

Parameters: namespaceURI the desired namespace URI

setParts

public void setParts(List parts)
Set the parts for this SOAP body.

Parameters: parts the desired parts

setUse

public void setUse(String use)
Set the use for this SOAP body.

Parameters: use the desired use

Copyright © 2003,2005 IBM. All Rights Reserved.