Uses of Interface
org.apache.axis.attachments.Attachments
-
Packages that use Attachments Package Description org.apache.axis org.apache.axis.attachments -
-
Uses of Attachments in org.apache.axis
Methods in org.apache.axis that return Attachments Modifier and Type Method Description Attachments
Message. getAttachmentsImpl()
Get the Attachments of this Message. -
Uses of Attachments in org.apache.axis.attachments
Classes in org.apache.axis.attachments that implement Attachments Modifier and Type Class Description class
AttachmentsImpl
Implements the Attachment interface, via an actual Hashmap of actual AttachmentParts.
-