org.apache.axiom.om.impl.builder
Interface XOPBuilder

All Superinterfaces:
OMAttachmentAccessor
All Known Implementing Classes:
MTOMStAXSOAPModelBuilder, XOPAwareStAXOMBuilder

public interface XOPBuilder
extends OMAttachmentAccessor


Method Summary
 Attachments getAttachments()
           
 javax.activation.DataHandler getDataHandler(java.lang.String blobContentID)
           
 

Method Detail

getDataHandler

javax.activation.DataHandler getDataHandler(java.lang.String blobContentID)
                                            throws OMException
Specified by:
getDataHandler in interface OMAttachmentAccessor
Returns:
The DataHandler of the mime part referred by the Content-Id or *null* if the mime part referred by the content-id does not exist
Throws:
OMException

getAttachments

Attachments getAttachments()


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