Package javax.xml.soap
Class MimeHeader
- java.lang.Object
 - 
- javax.xml.soap.MimeHeader
 
 
- 
public class MimeHeader extends Object
An object that stores a MIME header name and its value. One or moreMimeHeaderobjects may be contained in aMimeHeadersobject.- Since:
 - 1.6
 - See Also:
 MimeHeaders
 
- 
- 
Constructor Summary
Constructors Constructor Description MimeHeader(String name, String value)Constructs aMimeHeaderobject initialized with the given name and value. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Returns the name of thisMimeHeaderobject.StringgetValue()Returns the value of thisMimeHeaderobject. 
 -