Class SOAPPart

java.lang.Object
javax.xml.soap.SOAPPart
org.apache.axis.SOAPPart
All Implemented Interfaces:
Serializable, Part, Document, Node

public class SOAPPart extends SOAPPart implements Part
The SOAPPart provides access to the root part of the Message which contains the envelope.

SOAPPart implements Part, providing common MIME operations.

SOAPPart also allows access to its envelope, as a string, byte[], InputStream, or SOAPEnvelope. (This functionality used to be in Message, and has been moved here more or less verbatim pending further cleanup.)

Author:
Rob Jellinghaus (robj@unrealities.com), Doug Davis (dug@us.ibm.com), Glen Daniels (gdaniels@allaire.com), Heejune Ahn (cityboy@tmax.co.kr)
See Also: