Uses of Class
org.apache.axiom.attachments.IncomingAttachmentStreams

Packages that use IncomingAttachmentStreams
org.apache.axiom.attachments   
 

Uses of IncomingAttachmentStreams in org.apache.axiom.attachments
 

Subclasses of IncomingAttachmentStreams in org.apache.axiom.attachments
 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.
 

Fields in org.apache.axiom.attachments declared as IncomingAttachmentStreams
private  IncomingAttachmentStreams IncomingAttachmentInputStream.parentContainer
           
(package private)  IncomingAttachmentStreams Attachments.streams
          Container to hold streams for direct access
 

Methods in org.apache.axiom.attachments that return IncomingAttachmentStreams
 IncomingAttachmentStreams Attachments.getIncomingAttachmentStreams()
          Stream based access
 

Constructors in org.apache.axiom.attachments with parameters of type IncomingAttachmentStreams
IncomingAttachmentInputStream(java.io.InputStream in, IncomingAttachmentStreams parentContainer)