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 class
DimeAttachmentStreams
This is the concrete implementation of the IncomingAttachmentStreams class and is used to parse data that is in the DIME format.class
MultipartAttachmentStreams
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 IncomingAttachmentStreams Modifier and Type Method Description IncomingAttachmentStreams
Attachments. getIncomingAttachmentStreams()
Once this method is called, attachments can only be accessed via the InputStreams.IncomingAttachmentStreams
AttachmentsImpl. getIncomingAttachmentStreams()
Once this method is called, attachments can only be accessed via the InputStreams.
-