org.jboss.axis.message.SOAPElementImpl An implemenation of the abstract SOAPElement. <p/> This class should not expose functionality that is not part of {@link SOAPElement}. Client code should use <code>SOAPElement</code> whenever possible. @author Thomas Diesler (thomas.diesler@jboss.org)
org.apache.axis.message.MessageElement MessageElement is the base type of nodes of the SOAP message parse tree. Note: it was made Serializable to help users of Apache SOAP who had exploited the serializability of the DOM tree to migrate to Axis. @todo implement the NodeList methods properly, with tests.
org.jboss.axis.message.SOAPFaultImpl A Fault body element. @author Sam Ruby (rubys@us.ibm.com) @author Glen Daniels (gdaniels@macromedia.com) @author Tom Jordahl (tomj@macromedia.com)
test.saaj.TestSOAPElement Test case for Axis impl of SAAJ {@link SOAPElement} interface ({@link org.apache.axis.message.MessageElement}). @author Ian P. Springer