Uses of Class
org.apache.axis.attachments.IncomingAttachmentStreams
Packages that use IncomingAttachmentStreams
-
Uses of IncomingAttachmentStreams in org.apache.axis.attachments
Subclasses of IncomingAttachmentStreams in org.apache.axis.attachmentsModifier and TypeClassDescriptionfinal class
This is the concrete implementation of the IncomingAttachmentStreams class and is used to parse data that is in the DIME format.final class
The MultipartAttachmentStreams class is used to create IncomingAttachmentInputStream objects when the HTTP stream shows a marked separation between the SOAP and each attachment parts.Methods in org.apache.axis.attachments that return IncomingAttachmentStreamsModifier and TypeMethodDescriptionAttachments.getIncomingAttachmentStreams()
Once this method is called, attachments can only be accessed via the InputStreams.AttachmentsImpl.getIncomingAttachmentStreams()
Once this method is called, attachments can only be accessed via the InputStreams.