|
SunONE Application Server v8.0 PE | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.mail.Header
The Header class stores a name/value pair to represent headers.
Constructor Summary | |
Header(java.lang.String name,
java.lang.String value)
Construct a Header object. |
Method Summary | |
java.lang.String |
getName()
Returns the name of this header. |
java.lang.String |
getValue()
Returns the value of this header. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Header(java.lang.String name, java.lang.String value)
name
- name of the headervalue
- value of the headerMethod Detail |
public java.lang.String getName()
public java.lang.String getValue()
|
SunONE Application Server v8.0 PE | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2003 Sun Microsystems, Inc. All rights reserved.