Uses of Class
org.apache.axis.attachments.AttachmentPart
-
Packages that use AttachmentPart Package Description org.apache.axis.attachments -
-
Uses of AttachmentPart in org.apache.axis.attachments
Methods in org.apache.axis.attachments with parameters of type AttachmentPart Modifier and Type Method Description protected voidMultiPartDimeInputStream. addPart(java.lang.String contentId, java.lang.String locationId, AttachmentPart ap)protected voidMultiPartRelatedInputStream. addPart(java.lang.String contentId, java.lang.String locationId, AttachmentPart ap)Add anAttachmentParttogether with its content and location IDs.
-