Uses of Interface
org.apache.axiom.om.OMAttachmentAccessor

Packages that use OMAttachmentAccessor
org.apache.axiom.attachments   
org.apache.axiom.om Contains core interfaces of the Axiom API. 
org.apache.axiom.om.impl   
org.apache.axiom.om.impl.builder   
org.apache.axiom.om.impl.dom   
org.apache.axiom.om.util   
org.apache.axiom.soap.impl.builder   
 

Uses of OMAttachmentAccessor in org.apache.axiom.attachments
 

Classes in org.apache.axiom.attachments that implement OMAttachmentAccessor
 class Attachments
           
 

Uses of OMAttachmentAccessor in org.apache.axiom.om
 

Subinterfaces of OMAttachmentAccessor in org.apache.axiom.om
 interface OMXMLStreamReader
           
 

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

Classes in org.apache.axiom.om.impl that implement OMAttachmentAccessor
 class OMStAXWrapper
          XMLStreamReader implementation that generates events from a given Axiom tree.
 

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

Subinterfaces of OMAttachmentAccessor in org.apache.axiom.om.impl.builder
 interface XOPBuilder
           
 

Classes in org.apache.axiom.om.impl.builder that implement OMAttachmentAccessor
 class XOPAwareStAXOMBuilder
           
 

Constructors in org.apache.axiom.om.impl.builder with parameters of type OMAttachmentAccessor
OMAttachmentAccessorMimePartProvider(OMAttachmentAccessor attachments)
           
 

Uses of OMAttachmentAccessor in org.apache.axiom.om.impl.dom
 

Classes in org.apache.axiom.om.impl.dom that implement OMAttachmentAccessor
 class DOMStAXWrapper
          Empty subclass of OMStAXWrapper to keep compatibility with existing code.
 

Uses of OMAttachmentAccessor in org.apache.axiom.om.util
 

Classes in org.apache.axiom.om.util that implement OMAttachmentAccessor
 class OMXMLStreamReaderValidator
          There are several places in the code where events are passed from a source to a consumer using XMLStreamReader events.
 

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

Classes in org.apache.axiom.soap.impl.builder that implement OMAttachmentAccessor
 class MTOMStAXSOAPModelBuilder
           
 



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