com.infoengine.soap.util.sax
Class UnsupportedSOAPMessage
java.lang.Object
javax.xml.soap.SOAPMessage
com.infoengine.soap.util.sax.UnsupportedSOAPMessage
- Direct Known Subclasses:
- SAXSOAPMessage
- class UnsupportedSOAPMessage
- 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, getSOAPBody, getSOAPHeader, setProperty |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnsupportedSOAPMessage
public UnsupportedSOAPMessage()
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
- Throws:
javax.xml.soap.SOAPException
IOException