public class SOAPMessageImpl extends SOAPMessage
| Modifier and Type | Class and Description |
|---|---|
static class |
SOAPMessageImpl.MimeMatchingAttachmentsIterator |
CHARACTER_SET_ENCODING, WRITE_XML_DECLARATIONcreateAttachmentPart, createAttachmentPartpublic Object getProperty(String property) throws SOAPException
getProperty in class SOAPMessageSOAPExceptionpublic void setProperty(String property, Object value) throws SOAPException
setProperty in class SOAPMessageSOAPExceptionpublic SOAPBody getSOAPBody() throws SOAPException
getSOAPBody in class SOAPMessageSOAPExceptionpublic SOAPHeader getSOAPHeader() throws SOAPException
getSOAPHeader in class SOAPMessageSOAPExceptionpublic void setAttachments(Collection<AttachmentPart> parts) throws SOAPException
SOAPExceptionpublic void addAttachmentPart(AttachmentPart part)
addAttachmentPart in class SOAPMessagepublic AttachmentPart getAttachmentByContentId(String cid) throws SOAPException
SOAPExceptionpublic AttachmentPart removeAttachmentByContentId(String cid)
public AttachmentPart getAttachmentByPartName(String partName)
public AttachmentPart createAttachmentPart()
createAttachmentPart in class SOAPMessagepublic String getContentDescription()
getContentDescription in class SOAPMessagepublic void setContentDescription(String description)
setContentDescription in class SOAPMessagepublic MimeHeaders getMimeHeaders()
getMimeHeaders in class SOAPMessagepublic void setMimeHeaders(MimeHeaders headers)
public SOAPPart getSOAPPart()
getSOAPPart in class SOAPMessagepublic void removeAllAttachments()
removeAllAttachments in class SOAPMessagepublic int countAttachments()
countAttachments in class SOAPMessagepublic Iterator getAttachments()
getAttachments in class SOAPMessagepublic Iterator getAttachments(MimeHeaders headers)
getAttachments in class SOAPMessagepublic void saveChanges()
throws SOAPException
saveChanges in class SOAPMessageSOAPExceptionpublic boolean saveRequired()
saveRequired in class SOAPMessagepublic void writeTo(OutputStream outs) throws IOException
writeTo in class SOAPMessageIOExceptionpublic OperationMetaData getOperationMetaData(EndpointMetaData epMetaData) throws SOAPException
SOAPExceptionpublic AttachmentPart getAttachment(SOAPElement element) throws SOAPException
getAttachment in class SOAPMessageSOAPExceptionpublic void removeAttachments(MimeHeaders headers)
removeAttachments in class SOAPMessagepublic void prepareForDOMAccess()
throws SOAPException
SOAPExceptionCopyright © 2012 JBoss, by Red Hat. All Rights Reserved.