Uses of Class
org.apache.axis.attachments.IncomingAttachmentStreams
-
Packages that use IncomingAttachmentStreams Package Description org.apache.axis.attachments -
-
Uses of IncomingAttachmentStreams in org.apache.axis.attachments
Subclasses of IncomingAttachmentStreams in org.apache.axis.attachments Modifier and Type Class Description classDimeAttachmentStreamsThis is the concrete implementation of the IncomingAttachmentStreams class and is used to parse data that is in the DIME format.classMultipartAttachmentStreamsThe 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 IncomingAttachmentStreams Modifier and Type Method Description IncomingAttachmentStreamsAttachments. getIncomingAttachmentStreams()Once this method is called, attachments can only be accessed via the InputStreams.IncomingAttachmentStreamsAttachmentsImpl. getIncomingAttachmentStreams()Once this method is called, attachments can only be accessed via the InputStreams.
-