xmlBlaster 2.2.0 client 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
 

Fields in org.xmlBlaster.util.protocol.email with type parameters of type AttachmentHolder
protected  java.util.ArrayList<AttachmentHolder> EmailData.attachments
          Containts AttachmentHolder instances
 

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

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

Method parameters in org.xmlBlaster.util.protocol.email with type arguments of type AttachmentHolder
 void EmailData.setAttachments(java.util.ArrayList<AttachmentHolder> attachmentHolders)
           
 

Uses of AttachmentHolder in org.xmlBlaster.util.xbformat
 

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


xmlBlaster 2.2.0 client API

Copyright © 1999-2014 The xmlBlaster.org contributers.