Example usage for javax.xml.soap SOAPElement interface-usage

List of usage examples for javax.xml.soap SOAPElement interface-usage

Introduction

In this page you can find the example usage for javax.xml.soap SOAPElement interface-usage.

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.