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 void
MultiPartDimeInputStream. addPart(java.lang.String contentId, java.lang.String locationId, AttachmentPart ap)
protected void
MultiPartRelatedInputStream. addPart(java.lang.String contentId, java.lang.String locationId, AttachmentPart ap)
Add anAttachmentPart
together with its content and location IDs.
-