Package com.sun.enterprise.admin.remote
Class Header
java.lang.Object
com.sun.enterprise.admin.remote.Header
The Header class stores a name/value pair to represent headers.
- Author:
- John Mani
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Header
Construct a Header object.- Parameters:
name- name of the headervalue- value of the header
-
-
Method Details
-
getName
Returns the name of this header.- Returns:
- name of the header
-
getValue
Returns the value of this header.- Returns:
- value of the header
-