Package br.gov.frameworkdemoiselle.mail.internal

Examples of br.gov.frameworkdemoiselle.mail.internal.Header


    this.bytes = bytes;
  }

  public BaseAttachment(String fileName, ContentDisposition contentDisposition, byte[] bytes, String contentClass) {
    this(fileName, contentDisposition, bytes);
    this.addHeader(new Header("Content-Class", contentClass));
  }
View Full Code Here

TOP

Related Classes of br.gov.frameworkdemoiselle.mail.internal.Header

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.