Package org.jboss.ws.core.soap

Examples of org.jboss.ws.core.soap.SOAPMessageImpl.createAttachmentPart()


/*     */   {
/* 117 */     CommonMessageContext msgContext = MessageContextAssociation.peekMessageContext();
/* 118 */     SOAPMessageImpl soapMessage = (SOAPMessageImpl)msgContext.getSOAPMessage();
/*     */
/* 120 */     String cid = soapMessage.getCidGenerator().generateFromCount();
/* 121 */     AttachmentPart swaRefPart = soapMessage.createAttachmentPart(dataHandler);
/* 122 */     swaRefPart.addMimeHeader("Content-Id", '<' + cid + '>');
/* 123 */     soapMessage.addAttachmentPart(swaRefPart);
/*     */
/* 125 */     if (log.isDebugEnabled()) log.debug("Created attachment part " + cid + ", with content-type " + swaRefPart.getContentType());
/*     */
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.