Package org.jboss.ws.core.soap

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


       mimeHeaders.setHeader(MimeConstants.CONTENT_TYPE,MimeConstants.TYPE_MULTIPART_RELATED);
       soapMessage.setMimeHeaders(mimeHeaders);
      
       SOAPMessageImpl tmp = (SOAPMessageImpl)mf.createMessage();
       tmp.setMimeHeaders(soapMessage.getMimeHeaders());
       tmp.saveChanges();
      
       assertEquals(MimeConstants.TYPE_MULTIPART_RELATED, soapMessage.getMimeHeaders().getHeader(MimeConstants.CONTENT_TYPE)[0]);
   }

}
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.