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)getAttribute
public String getAttribute(QName attrQName)removeAttribute
public void removeAttribute(QName attrQName)declareNamespace
public void declareNamespace(String nsPrefix, String namespaceURI)setHeader
public void setHeader(Header header)getHeader
public Header getHeader()setBody
public void setBody(Body body)getBody
public Body getBody()setEnvelopeEntries
public void setEnvelopeEntries(Vector envelopeEntries)getEnvelopeEntries
public Vector getEnvelopeEntries()marshall
public void marshall(Writer sink, XMLJavaMappingRegistry xjmr) throws IllegalArgumentException, IOExceptionunmarshall
public static Envelope unmarshall(Node src) throws IllegalArgumentExceptiontoString
public String toString()
All Packages Class Hierarchy This Package Previous Next Index