com.infoengine.soap.util.saaj
Class SOAPMessage_Impl
java.lang.Object
javax.xml.soap.SOAPMessage
com.infoengine.soap.util.saaj.SOAPMessage_Impl
- public class SOAPMessage_Impl
- extends javax.xml.soap.SOAPMessage
Fields inherited from class javax.xml.soap.SOAPMessage |
CHARACTER_SET_ENCODING, WRITE_XML_DECLARATION |
Methods inherited from class javax.xml.soap.SOAPMessage |
createAttachmentPart, createAttachmentPart, getProperty, setProperty |
soapPart
protected SOAPPart_Impl soapPart
out
protected OutputStream out
SOAPMessage_Impl
public SOAPMessage_Impl()
SOAPMessage_Impl
public SOAPMessage_Impl(OutputStream out)
getSOAPBody
public javax.xml.soap.SOAPBody getSOAPBody()
throws javax.xml.soap.SOAPException
- Throws:
javax.xml.soap.SOAPException
getSOAPHeader
public javax.xml.soap.SOAPHeader getSOAPHeader()
throws javax.xml.soap.SOAPException
- Throws:
javax.xml.soap.SOAPException
addAttachmentPart
public void addAttachmentPart(javax.xml.soap.AttachmentPart attachmentPart)
countAttachments
public int countAttachments()
createAttachmentPart
public javax.xml.soap.AttachmentPart createAttachmentPart()
getAttachments
public Iterator getAttachments()
getAttachments
public Iterator getAttachments(javax.xml.soap.MimeHeaders mimeHeaders)
getContentDescription
public String getContentDescription()
getMimeHeaders
public javax.xml.soap.MimeHeaders getMimeHeaders()
getSOAPPart
public javax.xml.soap.SOAPPart getSOAPPart()
removeAllAttachments
public void removeAllAttachments()
saveChanges
public void saveChanges()
throws javax.xml.soap.SOAPException
- Throws:
javax.xml.soap.SOAPException
saveRequired
public boolean saveRequired()
setContentDescription
public void setContentDescription(String str)
writeTo
public void writeTo(OutputStream outputStream)
throws javax.xml.soap.SOAPException,
IOException
- IMPORTANT: This method should not be called more than once. It is not guaranteed
that the message data will be available on subsequent uses.
- Throws:
javax.xml.soap.SOAPException
IOException
finalize
protected void finalize()