Class SOAPDocumentImpl

java.lang.Object
org.apache.axis.message.SOAPDocumentImpl
All Implemented Interfaces:
Serializable, Document, Node

public class SOAPDocumentImpl extends Object implements Document, Serializable
SOAPDcoumentImpl implements the Document API for SOAPPART. At the moment, it again delgate the XERCES DOM Implementation Here is my argument on it: I guess that there is 3 way to implement this. - fully implement the DOM API here myself. => This is too much and duplicated work. - extends XERCES Implementation => this makes we are fixed to one Implementation - choose delgate depends on the user's parser preference => This is the practically best solution I have now
Author:
Heejune Ahn (cityboy@tmax.co.kr)
See Also: