List of usage examples for javax.xml.soap SOAPElement interface-usage
From source file org.apache.axis.message.MessageElement.java
/**
* 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.