com.infoengine.soap.util.sax
Class UnsupportedSOAPMessage

java.lang.Object
  extended byjavax.xml.soap.SOAPMessage
      extended bycom.infoengine.soap.util.sax.UnsupportedSOAPMessage
Direct Known Subclasses:
SAXSOAPMessage

class UnsupportedSOAPMessage
extends javax.xml.soap.SOAPMessage


Field Summary
 
Fields inherited from class javax.xml.soap.SOAPMessage
CHARACTER_SET_ENCODING, WRITE_XML_DECLARATION
 
Constructor Summary
UnsupportedSOAPMessage()
           
 
Method Summary
 void addAttachmentPart(javax.xml.soap.AttachmentPart attachmentPart)
           
 int countAttachments()
           
 javax.xml.soap.AttachmentPart createAttachmentPart()
           
 Iterator getAttachments()
           
 Iterator getAttachments(javax.xml.soap.MimeHeaders mimeHeaders)
           
 String getContentDescription()
           
 javax.xml.soap.MimeHeaders getMimeHeaders()
           
 javax.xml.soap.SOAPPart getSOAPPart()
           
 void removeAllAttachments()
           
 void saveChanges()
           
 boolean saveRequired()
           
 void setContentDescription(String str)
           
 void writeTo(OutputStream outputStream)
           
 
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
 

Constructor Detail

UnsupportedSOAPMessage

public UnsupportedSOAPMessage()
Method Detail

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