All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.apache.soap.Envelope

java.lang.Object
   |
   +----org.apache.soap.Envelope

public class Envelope
extends Object
An Envelope object represents the contents and semantics of an <SOAP-ENV:Envelope> element.

Author:
Matthew J. Duftler ([email protected]), Sanjiva Weerawarana ([email protected])

Constructor Index

 o Envelope()

Method Index

 o declareNamespace(String, String)
 o getAttribute(QName)
 o getBody()
 o getEnvelopeEntries()
 o getHeader()
 o marshall(Writer, XMLJavaMappingRegistry)
 o removeAttribute(QName)
 o setAttribute(QName, String)
 o setBody(Body)
 o setEnvelopeEntries(Vector)
 o setHeader(Header)
 o toString()
 o unmarshall(Node)

Constructors

 o Envelope
 public Envelope()

Methods

 o setAttribute
 public void setAttribute(QName attrQName,
                          String value)
 o getAttribute
 public String getAttribute(QName attrQName)
 o removeAttribute
 public void removeAttribute(QName attrQName)
 o declareNamespace
 public void declareNamespace(String nsPrefix,
                              String namespaceURI)
 o setHeader
 public void setHeader(Header header)
 o getHeader
 public Header getHeader()
 o setBody
 public void setBody(Body body)
 o getBody
 public Body getBody()
 o setEnvelopeEntries
 public void setEnvelopeEntries(Vector envelopeEntries)
 o getEnvelopeEntries
 public Vector getEnvelopeEntries()
 o marshall
 public void marshall(Writer sink,
                      XMLJavaMappingRegistry xjmr) throws IllegalArgumentException, IOException
 o unmarshall
 public static Envelope unmarshall(Node src) throws IllegalArgumentException
 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index