Searched refs:contentLocation (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/soap/
H A DSOAPPart.java128 * @param contentLocation a <code>String</code> giving the value
135 public void setContentLocation(String contentLocation) argument
137 setMimeHeader("Content-Location", contentLocation);
H A DAttachmentPart.java410 * @param contentLocation a <code>String</code> giving the value of the
415 public void setContentLocation(String contentLocation) argument
417 setMimeHeader("Content-Location", contentLocation);

Completed in 31 milliseconds