All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.apache.soap.Header
Header
object represents the contents and semantics
of a <SOAP-ENV:Header>
element.
public Header()
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)setHeaderEntries
public void setHeaderEntries(Vector headerEntries)getHeaderEntries
public Vector getHeaderEntries()marshall
public void marshall(Writer sink, NSStack nsStack, XMLJavaMappingRegistry xjmr) throws IllegalArgumentException, IOExceptionunmarshall
public static Header unmarshall(Node src) throws IllegalArgumentExceptiontoString
public String toString()
All Packages Class Hierarchy This Package Previous Next Index