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.
 

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(InputStream in, IncomingAttachmentStreams parentContainer)
           
 



Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.