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)getAttribute
public String getAttribute(QName attrQName)removeAttribute
public void removeAttribute(QName attrQName)declareNamespace
public void declareNamespace(String nsPrefix, String namespaceURI)setBodyEntries
public void setBodyEntries(Vector bodyEntries)getBodyEntries
public Vector getBodyEntries()marshall
public void marshall(String inScopeEncStyle, Writer sink, NSStack nsStack, XMLJavaMappingRegistry xjmr) throws IllegalArgumentException, IOExceptionunmarshall
public static Body unmarshall(Node src) throws IllegalArgumentExceptiontoString
public String toString()
All Packages Class Hierarchy This Package Previous Next Index