jaxws/src/share/jaxws_classes/javax/xml/soap/MimeHeaders.java
changeset 25840 c2002453eec3
parent 22679 d785acd84a14
equal deleted inserted replaced
25686:615e5efca19c 25840:c2002453eec3
    37  * values. This class will most likely be used by implementations of
    37  * values. This class will most likely be used by implementations of
    38  * <code>AttachmentPart</code> and other MIME dependent parts of the SAAJ
    38  * <code>AttachmentPart</code> and other MIME dependent parts of the SAAJ
    39  * API.
    39  * API.
    40  * @see SOAPMessage#getAttachments
    40  * @see SOAPMessage#getAttachments
    41  * @see AttachmentPart
    41  * @see AttachmentPart
       
    42  * @since 1.6
    42  */
    43  */
    43 public class MimeHeaders {
    44 public class MimeHeaders {
    44     private Vector headers;
    45     private Vector headers;
    45 
    46 
    46    /**
    47    /**