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 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 20993 2010-07-02 19:32:47Z edalquist $
Author:
nramzan

Constructor Summary
HeaderImpl(String name, String value)
          The constructor with the name and value arguments.
 
Method Summary
 String getName()
          Return the name.
 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(String name,
                  String value)
The constructor with the name and value arguments.

Parameters:
name -
value -
Method Detail

getName

public 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 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.