|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axiom.mime.Header
public final class Header
A MIME header.
Constructor Summary | |
---|---|
Header(String name,
String value)
Constructor. |
Method Summary | |
---|---|
String |
getName()
Get the name of this header. |
String |
getValue()
Get 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(String name, String value)
name
- the name of the headervalue
- the value of the headerMethod Detail |
---|
public String getName()
public String getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |