org.jvnet.mimepull
Interface Header


public interface Header

The Header class stores a name/value pair to represent headers.

Author:
John Mani

Method Summary
 java.lang.String getName()
          Returns the name of this header.
 java.lang.String getValue()
          Returns the value of this header.
 

Method Detail

getName

java.lang.String getName()
Returns the name of this header.

Returns:
name of the header

getValue

java.lang.String getValue()
Returns the value of this header.

Returns:
value of the header


Copyright © 2008 Sun Microsystems, Inc. All Rights Reserved.