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

Packages that use Attachments
org.apache.axiom.attachments   
org.apache.axiom.om.impl.mtom   
 

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)
           
 

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

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