Uses of Class
org.apache.axiom.attachments.impl.AbstractPart

Packages that use AbstractPart
org.apache.axiom.attachments.impl   
 

Uses of AbstractPart in org.apache.axiom.attachments.impl
 

Subclasses of AbstractPart in org.apache.axiom.attachments.impl
 class PartOnFile
          PartOnFile stores that attachment in a file.
 class PartOnMemory
          PartOnMemory stores the attachment in memory (in a byte[]) This implementation is used for smaller attachments to enhance performance.
 class PartOnMemoryEnhanced
          PartOnMemoryEnhanced stores the attachment in memory (in non-contigous byte arrays) This implementation is used for smaller attachments to enhance performance.