All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.apache.soap.Envelope
Envelope
object represents the contents and semantics
of an <SOAP-ENV:Envelope>
element.
public Envelope()
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 setHeader(Header header)
public Header getHeader()
public void setBody(Body body)
public Body getBody()
public void setEnvelopeEntries(Vector envelopeEntries)
public Vector getEnvelopeEntries()
public void marshall(Writer sink, XMLJavaMappingRegistry xjmr) throws IllegalArgumentException, IOException
public static Envelope unmarshall(Node src) throws IllegalArgumentException
public String toString()
All Packages Class Hierarchy This Package Previous Next Index