edu.wisc.my.webproxy.beans.http
Class HeaderImpl

java.lang.Object
  extended by edu.wisc.my.webproxy.beans.http.HeaderImpl
All Implemented Interfaces:
IHeader

public class HeaderImpl
extends java.lang.Object
implements IHeader

This class is the implementation of the methods defined in the (@link edu.wisc.my.webproxy.beans.http.Header) interface

Version:
$Id: HeaderImpl.java 46141 2009-05-28 19:28:26Z bourey $
Author:
nramzan

Constructor Summary
HeaderImpl(java.lang.String name, java.lang.String value)
          The constructor with the name and value arguments.
 
Method Summary
 java.lang.String getName()
          Return the name.
 java.lang.String getValue()
          Return the current value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HeaderImpl

public HeaderImpl(java.lang.String name,
                  java.lang.String value)
The constructor with the name and value arguments.

Parameters:
name -
value -
Method Detail

getName

public java.lang.String getName()
Description copied from interface: IHeader
Return the name.

Specified by:
getName in interface IHeader
Returns:
String name The name
See Also:
#setName(String)

getValue

public java.lang.String getValue()
Description copied from interface: IHeader
Return the current value.

Specified by:
getValue in interface IHeader
Returns:
String value The current value.


Copyright © 2010 Jasig. All Rights Reserved.