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

Packages that use Attachments
org.apache.axiom.attachments   
org.apache.axiom.om.impl   
org.apache.axiom.om.impl.builder   
org.apache.axiom.soap.impl.builder   
 

Uses of Attachments in org.apache.axiom.attachments
 

Constructors in org.apache.axiom.attachments with parameters of type Attachments
MIMEBodyPartInputStream(java.io.PushbackInputStream inStream, byte[] boundary, Attachments parent)
           
MIMEBodyPartInputStream(java.io.PushbackInputStream inStream, byte[] boundary, Attachments parent, int pushbacksize)
           
 

Uses of Attachments in org.apache.axiom.om.impl
 

Methods in org.apache.axiom.om.impl with parameters of type Attachments
static void MIMEOutputUtils.writeMM7Message(java.io.StringWriter writer, java.io.OutputStream outputStream, Attachments attachments, OMOutputFormat format, java.lang.String innerPartCID, java.lang.String innerBoundary)
          Pack all the attachments in to a multipart/related MIME part and attachs it as the second MIME Part of MIME message
static void MIMEOutputUtils.writeSOAPWithAttachmentsMessage(java.io.StringWriter writer, java.io.OutputStream outputStream, Attachments attachments, OMOutputFormat format)
           
 

Uses of Attachments in org.apache.axiom.om.impl.builder
 

Methods in org.apache.axiom.om.impl.builder that return Attachments
 Attachments XOPBuilder.getAttachments()
           
 Attachments XOPAwareStAXOMBuilder.getAttachments()
           
 

Constructors in org.apache.axiom.om.impl.builder with parameters of type Attachments
XOPAwareStAXOMBuilder(java.io.InputStream inStream, Attachments attachments)
           
XOPAwareStAXOMBuilder(OMFactory ombuilderFactory, javax.xml.stream.XMLStreamReader parser, Attachments attachments)
          Constructor StAXOMBuilder.
XOPAwareStAXOMBuilder(OMFactory factory, javax.xml.stream.XMLStreamReader parser, OMElement element, Attachments attachments)
          Constructor linked to existing element.
XOPAwareStAXOMBuilder(java.lang.String filePath, Attachments attachments)
           
XOPAwareStAXOMBuilder(javax.xml.stream.XMLStreamReader parser, Attachments attachments)
          Constructor StAXXOPAwareOMBuilder.
 

Uses of Attachments in org.apache.axiom.soap.impl.builder
 

Methods in org.apache.axiom.soap.impl.builder that return Attachments
 Attachments MTOMStAXSOAPModelBuilder.getAttachments()
           
 

Constructors in org.apache.axiom.soap.impl.builder with parameters of type Attachments
MTOMStAXSOAPModelBuilder(javax.xml.stream.XMLStreamReader reader, Attachments attachments)
           
MTOMStAXSOAPModelBuilder(javax.xml.stream.XMLStreamReader reader, Attachments attachments, java.lang.String soapVersion)
           
MTOMStAXSOAPModelBuilder(javax.xml.stream.XMLStreamReader parser, SOAPFactory factory, Attachments attachments, java.lang.String soapVersion)
           
 



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