xmlBlaster 1.6.2 API

Uses of Class
org.xmlBlaster.util.protocol.email.AttachmentHolder

Packages that use AttachmentHolder
org.xmlBlaster.util.protocol.email   
org.xmlBlaster.util.xbformat   
 

Uses of AttachmentHolder in org.xmlBlaster.util.protocol.email
 

Methods in org.xmlBlaster.util.protocol.email that return AttachmentHolder
 AttachmentHolder[] EmailData.getAttachments()
          Access all attachements.
 AttachmentHolder EmailData.getMsgUnitAttachment()
          Lookup attachment.
 AttachmentHolder EmailData.getAttachment(java.lang.String fileName)
           
 AttachmentHolder EmailData.getMessageIdAttachment()
          Find the messageId of this message.
 

Methods in org.xmlBlaster.util.protocol.email with parameters of type AttachmentHolder
 boolean AttachmentHolder.equals(AttachmentHolder attachmentHolder)
          Does not need to be the same object instance.
 void EmailData.addAttachment(AttachmentHolder attachmentHolder)
           
 boolean EmailData.isMsgUnitAttachment(AttachmentHolder holder)
           
 boolean EmailData.isMessageIdAttachment(AttachmentHolder holder)
           
 

Uses of AttachmentHolder in org.xmlBlaster.util.xbformat
 

Methods in org.xmlBlaster.util.xbformat that return AttachmentHolder
 AttachmentHolder[] MsgInfo.getBounceAttachments()
           
 


xmlBlaster 1.6.2 API

Copyright © 1999-2007 The xmlBlaster.org contributers.