All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.apache.soap.Body
Body
object represents the contents and semantics
of a <SOAP-ENV:Body>
element.
public Body()
public void setAttribute(QName attrQName, String value)
public String getAttribute(QName attrQName)
public void removeAttribute(QName attrQName)
public void declareNamespace(String nsPrefix, String namespaceURI)
public void setBodyEntries(Vector bodyEntries)
public Vector getBodyEntries()
public void marshall(String inScopeEncStyle, Writer sink, NSStack nsStack, XMLJavaMappingRegistry xjmr) throws IllegalArgumentException, IOException
public static Body unmarshall(Node src) throws IllegalArgumentException
public String toString()
All Packages Class Hierarchy This Package Previous Next Index