javax.wsdl.extensions.soap12

Interface SOAP12Body

All Superinterfaces:
ExtensibilityElement, java.io.Serializable
Known Implementing Classes:
SOAP12BodyImpl

public interface SOAP12Body
extends ExtensibilityElement, java.io.Serializable

Based on javax.wsdl.extensions.SOAPBody.

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.

Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement

getElementType, getRequired, setElementType, setRequired

Method Details

getEncodingStyle

public String getEncodingStyle()
Get the encodingStyle 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.

setEncodingStyle

public void setEncodingStyle(String encodingStyle)
Set the encodingStyle for this SOAP body.
Parameters:
encodingStyle - the desired encodingStyle

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 B) 2003,2006 IBM. All Rights Reserved.