| Package | Description | 
|---|---|
| javax.xml.soap | |
| org.apache.axis | |
| org.apache.axis.attachments | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract AttachmentPart | SOAPMessage. createAttachmentPart()Creates a new empty  AttachmentPartobject. | 
| AttachmentPart | SOAPMessage. createAttachmentPart(DataHandler datahandler)Creates an  AttachmentPartobject and
 populates it using the givenDataHandlerobject. | 
| AttachmentPart | SOAPMessage. createAttachmentPart(Object content,
                    String contentType)Creates an  AttachmentPartobject and
 populates it with the specified data of the specified content
 type. | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract void | SOAPMessage. addAttachmentPart(AttachmentPart attachmentpart)Adds the given  AttachmentPartobject to thisSOAPMessageobject. | 
| Modifier and Type | Method and Description | 
|---|---|
| AttachmentPart | Message. createAttachmentPart()Creates a new empty  AttachmentPartobject. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Message. addAttachmentPart(AttachmentPart attachmentpart)Adds the given  AttachmentPartobject to thisSOAPMessageobject. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AttachmentPartAn attachment part. | 
Copyright © The Apache Software Foundation. All Rights Reserved.