Uses of Interface
org.apache.axis.Part
Packages that use Part
-
Uses of Part in org.apache.axis
Classes in org.apache.axis that implement PartModifier and TypeClassDescriptionclass
The SOAPPart provides access to the root part of the Message which contains the envelope. -
Uses of Part in org.apache.axis.attachments
Classes in org.apache.axis.attachments that implement PartMethods in org.apache.axis.attachments that return PartModifier and TypeMethodDescriptionAttachments.addAttachmentPart
(Part newPart) Adds an existing attachment to this list.AttachmentsImpl.addAttachmentPart
(Part newPart) Adds an existing attachment to this list.Attachments.createAttachmentPart()
Create a new attachment Part in this Message.Attachments.createAttachmentPart
(Object part) Create a new attachment Part in this Message.AttachmentsImpl.createAttachmentPart()
Create a new attachment Part in this Message.AttachmentsImpl.createAttachmentPart
(Object datahandler) Attachments.getAttachmentByReference
(String reference) This method should look at a refernce and determine if it is a CID: or url to look for attachment.AttachmentsImpl.getAttachmentByReference
(String reference) This method should look at a refernce and determine if it is a CID: or url to look for attachment.MultiPartDimeInputStream.getAttachmentByReference
(String[] id) abstract Part
MultiPartInputStream.getAttachmentByReference
(String[] id) MultiPartRelatedInputStream.getAttachmentByReference
(String[] id) Attachments.getRootPart()
From the complex stream return the SOAP part.AttachmentsImpl.getRootPart()
From the complex stream return the root part.protected Part
MultiPartDimeInputStream.readTillFound
(String[] id) This will read streams in till the one that is needed is found.protected Part
MultiPartRelatedInputStream.readTillFound
(String[] id) This will read streams in till the one that is needed is found.Attachments.removeAttachmentPart
(String reference) This method uses getAttacmentByReference() to look for attachment.AttachmentsImpl.removeAttachmentPart
(String reference) This method uses getAttacmentByReference() to look for attachment.Methods in org.apache.axis.attachments with parameters of type PartModifier and TypeMethodDescriptionAttachments.addAttachmentPart
(Part newPart) Adds an existing attachment to this list.AttachmentsImpl.addAttachmentPart
(Part newPart) Adds an existing attachment to this list.static DataHandler
AttachmentUtils.getActivationDataHandler
(Part part) Obtain the DataHandler from the part.void
Attachments.setRootPart
(Part newRoot) Sets the root part of this multipart blockvoid
AttachmentsImpl.setRootPart
(Part newRoot)