Uses of Class
org.apache.axis2.attachments.MIMEHelper

Packages that use MIMEHelper
org.apache.axis2.attachments   
org.apache.axis2.om.impl.llom.mtom   
 

Uses of MIMEHelper in org.apache.axis2.attachments
 

Constructors in org.apache.axis2.attachments with parameters of type MIMEHelper
MIMEBodyPartInputStream(PushbackInputStream inStream, byte[] boundary, MIMEHelper parent)
           
 

Uses of MIMEHelper in org.apache.axis2.om.impl.llom.mtom
 

Constructors in org.apache.axis2.om.impl.llom.mtom with parameters of type MIMEHelper
MTOMStAXSOAPModelBuilder(XMLStreamReader parser, SOAPFactory factory, MIMEHelper mimeHelper, String soapVersion)
           
MTOMStAXSOAPModelBuilder(XMLStreamReader reader, MIMEHelper mimeHelper, String soapVersion)