Uses of Interface
org.apache.axiom.util.stax.xop.MimePartProvider

Packages that use MimePartProvider
org.apache.axiom.om.impl.builder   
org.apache.axiom.util.stax.xop Contains classes to encode and decode XOP infosets. 
 

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

Classes in org.apache.axiom.om.impl.builder that implement MimePartProvider
 class OMAttachmentAccessorMimePartProvider
          Adapts an OMAttachmentAccessor instance to the MimePartProvider interface.
 

Uses of MimePartProvider in org.apache.axiom.util.stax.xop
 

Classes in org.apache.axiom.util.stax.xop that implement MimePartProvider
 class XOPEncodingStreamReader
          XMLStreamReader wrapper that encodes XOP.
 class XOPEncodingStreamWrapper
          Base class for XOPEncodingStreamReader and XOPEncodingStreamWriter.
 class XOPEncodingStreamWriter
          XMLStreamWriter wrapper that encodes XOP.
 

Methods in org.apache.axiom.util.stax.xop that return MimePartProvider
 MimePartProvider XOPEncodedStream.getMimePartProvider()
          Get the provider object for the additional MIME parts referenced by the main part.
 

Constructors in org.apache.axiom.util.stax.xop with parameters of type MimePartProvider
XOPDecodingStreamReader(XMLStreamReader parent, MimePartProvider mimePartProvider)
          Constructor.
 



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