~ubuntu-branches/ubuntu/lucid/commons-httpclient/lucid

« back to all changes in this revision

Viewing changes to docs/apidocs/org/apache/commons/httpclient/auth/AuthSchemeBase.html

  • Committer: Bazaar Package Importer
  • Author(s): Barry Hawkins
  • Date: 2005-11-25 13:12:23 UTC
  • Revision ID: james.westby@ubuntu.com-20051125131223-2g7eyo21pqgrohpo
Tags: upstream-2.0.2
ImportĀ upstreamĀ versionĀ 2.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd">
 
2
<!--NewPage-->
 
3
<HTML>
 
4
<HEAD>
 
5
<!-- Generated by javadoc on Sun Oct 10 17:41:05 EDT 2004 -->
 
6
<TITLE>
 
7
HttpClient 2.0.2 API: Class  AuthSchemeBase
 
8
</TITLE>
 
9
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
10
</HEAD>
 
11
<BODY BGCOLOR="white">
 
12
 
 
13
<!-- ========== START OF NAVBAR ========== -->
 
14
<A NAME="navbar_top"><!-- --></A>
 
15
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
 
16
<TR>
 
17
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
 
18
<A NAME="navbar_top_firstrow"><!-- --></A>
 
19
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
 
20
  <TR ALIGN="center" VALIGN="top">
 
21
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
 
22
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
 
23
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
 
24
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/AuthSchemeBase.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
 
25
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
 
26
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
 
27
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
 
28
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
 
29
  </TR>
 
30
</TABLE>
 
31
</TD>
 
32
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
 
33
</EM>
 
34
</TD>
 
35
</TR>
 
36
 
 
37
<TR>
 
38
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
 
39
&nbsp;<A HREF="../../../../../org/apache/commons/httpclient/auth/AuthChallengeParser.html"><B>PREV CLASS</B></A>&nbsp;
 
40
&nbsp;<A HREF="../../../../../org/apache/commons/httpclient/auth/BasicScheme.html"><B>NEXT CLASS</B></A></FONT></TD>
 
41
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
 
42
  <A HREF="../../../../../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
 
43
&nbsp;<A HREF="AuthSchemeBase.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
 
44
</TR>
 
45
<TR>
 
46
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
 
47
  SUMMARY: &nbsp;INNER&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
 
48
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
 
49
DETAIL: &nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
 
50
</TR>
 
51
</TABLE>
 
52
<!-- =========== END OF NAVBAR =========== -->
 
53
 
 
54
<HR>
 
55
<!-- ======== START OF CLASS DATA ======== -->
 
56
<H2>
 
57
<FONT SIZE="-1">
 
58
org.apache.commons.httpclient.auth</FONT>
 
59
<BR>
 
60
Class  AuthSchemeBase</H2>
 
61
<PRE>
 
62
<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html">java.lang.Object</A>
 
63
  |
 
64
  +--<B>org.apache.commons.httpclient.auth.AuthSchemeBase</B>
 
65
</PRE>
 
66
<DL>
 
67
<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../../org/apache/commons/httpclient/auth/AuthScheme.html">AuthScheme</A></DD>
 
68
</DL>
 
69
<DL>
 
70
<DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../../org/apache/commons/httpclient/auth/NTLMScheme.html">NTLMScheme</A>, <A HREF="../../../../../org/apache/commons/httpclient/auth/RFC2617Scheme.html">RFC2617Scheme</A></DD>
 
71
</DL>
 
72
<HR>
 
73
<DL>
 
74
<DT>public abstract class <B>AuthSchemeBase</B><DT>extends <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html">Object</A><DT>implements <A HREF="../../../../../org/apache/commons/httpclient/auth/AuthScheme.html">AuthScheme</A></DL>
 
75
 
 
76
<P>
 
77
<p>
 
78
 Abstract authentication scheme class that implements <A HREF="../../../../../org/apache/commons/httpclient/auth/AuthScheme.html"><CODE>AuthScheme</CODE></A>
 
79
 interface and provides a default contstructor.
 
80
 </p>
 
81
<P>
 
82
<DL>
 
83
<DT><B>Author: </B><DD><a href="mailto:oleg@ural.ru">Oleg Kalnichevski</a></DD>
 
84
</DL>
 
85
<HR>
 
86
 
 
87
<P>
 
88
<!-- ======== INNER CLASS SUMMARY ======== -->
 
89
 
 
90
 
 
91
<!-- =========== FIELD SUMMARY =========== -->
 
92
 
 
93
 
 
94
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
 
95
 
 
96
<A NAME="constructor_summary"><!-- --></A>
 
97
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
 
98
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
 
99
<TD COLSPAN=2><FONT SIZE="+2">
 
100
<B>Constructor Summary</B></FONT></TD>
 
101
</TR>
 
102
<TR BGCOLOR="white" CLASS="TableRowColor">
 
103
<TD><CODE><B><A HREF="../../../../../org/apache/commons/httpclient/auth/AuthSchemeBase.html#AuthSchemeBase(java.lang.String)">AuthSchemeBase</A></B>(<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/String.html">String</A>&nbsp;challenge)</CODE>
 
104
 
 
105
<BR>
 
106
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructor for an abstract authetication schemes.</TD>
 
107
</TR>
 
108
</TABLE>
 
109
&nbsp;
 
110
<!-- ========== METHOD SUMMARY =========== -->
 
111
 
 
112
<A NAME="method_summary"><!-- --></A>
 
113
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
 
114
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
 
115
<TD COLSPAN=2><FONT SIZE="+2">
 
116
<B>Method Summary</B></FONT></TD>
 
117
</TR>
 
118
<TR BGCOLOR="white" CLASS="TableRowColor">
 
119
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 
120
<CODE>&nbsp;boolean</CODE></FONT></TD>
 
121
<TD><CODE><B><A HREF="../../../../../org/apache/commons/httpclient/auth/AuthSchemeBase.html#equals(java.lang.Object)">equals</A></B>(<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html">Object</A>&nbsp;obj)</CODE>
 
122
 
 
123
<BR>
 
124
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
 
125
</TR>
 
126
<TR BGCOLOR="white" CLASS="TableRowColor">
 
127
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 
128
<CODE>&nbsp;int</CODE></FONT></TD>
 
129
<TD><CODE><B><A HREF="../../../../../org/apache/commons/httpclient/auth/AuthSchemeBase.html#hashCode()">hashCode</A></B>()</CODE>
 
130
 
 
131
<BR>
 
132
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
 
133
</TR>
 
134
<TR BGCOLOR="white" CLASS="TableRowColor">
 
135
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 
136
<CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/String.html">String</A></CODE></FONT></TD>
 
137
<TD><CODE><B><A HREF="../../../../../org/apache/commons/httpclient/auth/AuthSchemeBase.html#toString()">toString</A></B>()</CODE>
 
138
 
 
139
<BR>
 
140
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
 
141
</TR>
 
142
</TABLE>
 
143
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
 
144
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
 
145
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
 
146
<TD><B>Methods inherited from class java.lang.<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html">Object</A></B></TD>
 
147
</TR>
 
148
<TR BGCOLOR="white" CLASS="TableRowColor">
 
149
<TD><CODE><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html#<clinit>()"><clinit></A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html#clone()">clone</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html#finalize()">finalize</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html#getClass()">getClass</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html#notify()">notify</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html#notifyAll()">notifyAll</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html#wait()">wait</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html#wait(long)">wait</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html#wait(long, int)">wait</A></CODE></TD>
 
150
</TR>
 
151
</TABLE>
 
152
&nbsp;<A NAME="methods_inherited_from_class_org.apache.commons.httpclient.auth.AuthScheme"><!-- --></A>
 
153
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
 
154
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
 
155
<TD><B>Methods inherited from interface org.apache.commons.httpclient.auth.<A HREF="../../../../../org/apache/commons/httpclient/auth/AuthScheme.html">AuthScheme</A></B></TD>
 
156
</TR>
 
157
<TR BGCOLOR="white" CLASS="TableRowColor">
 
158
<TD><CODE><A HREF="../../../../../org/apache/commons/httpclient/auth/AuthScheme.html#authenticate(org.apache.commons.httpclient.Credentials, java.lang.String, java.lang.String)">authenticate</A>, <A HREF="../../../../../org/apache/commons/httpclient/auth/AuthScheme.html#getID()">getID</A>, <A HREF="../../../../../org/apache/commons/httpclient/auth/AuthScheme.html#getParameter(java.lang.String)">getParameter</A>, <A HREF="../../../../../org/apache/commons/httpclient/auth/AuthScheme.html#getRealm()">getRealm</A>, <A HREF="../../../../../org/apache/commons/httpclient/auth/AuthScheme.html#getSchemeName()">getSchemeName</A></CODE></TD>
 
159
</TR>
 
160
</TABLE>
 
161
&nbsp;
 
162
<P>
 
163
 
 
164
<!-- ============ FIELD DETAIL =========== -->
 
165
 
 
166
 
 
167
<!-- ========= CONSTRUCTOR DETAIL ======== -->
 
168
 
 
169
<A NAME="constructor_detail"><!-- --></A>
 
170
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
 
171
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
 
172
<TD COLSPAN=1><FONT SIZE="+2">
 
173
<B>Constructor Detail</B></FONT></TD>
 
174
</TR>
 
175
</TABLE>
 
176
 
 
177
<A NAME="AuthSchemeBase(java.lang.String)"><!-- --></A><H3>
 
178
AuthSchemeBase</H3>
 
179
<PRE>
 
180
public <B>AuthSchemeBase</B>(<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/String.html">String</A>&nbsp;challenge)
 
181
               throws <A HREF="../../../../../org/apache/commons/httpclient/auth/MalformedChallengeException.html">MalformedChallengeException</A></PRE>
 
182
<DL>
 
183
<DD>Constructor for an abstract authetication schemes.<DD><DL>
 
184
<DT><B>Parameters:</B><DD><CODE>challenge</CODE> - authentication challenge<DT><B>Throws:</B><DD><CODE><A HREF="../../../../../org/apache/commons/httpclient/auth/MalformedChallengeException.html">MalformedChallengeException</A></CODE> - is thrown if the authentication challenge
 
185
 is malformed</DL>
 
186
</DD>
 
187
</DL>
 
188
 
 
189
<!-- ============ METHOD DETAIL ========== -->
 
190
 
 
191
<A NAME="method_detail"><!-- --></A>
 
192
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
 
193
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
 
194
<TD COLSPAN=1><FONT SIZE="+2">
 
195
<B>Method Detail</B></FONT></TD>
 
196
</TR>
 
197
</TABLE>
 
198
 
 
199
<A NAME="equals(java.lang.Object)"><!-- --></A><H3>
 
200
equals</H3>
 
201
<PRE>
 
202
public boolean <B>equals</B>(<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html">Object</A>&nbsp;obj)</PRE>
 
203
<DL>
 
204
<DD><DL>
 
205
<DT><B>Overrides:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html#equals(java.lang.Object)">equals</A></CODE> in class <CODE><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html">Object</A></CODE></DL>
 
206
</DD>
 
207
<DD><DL>
 
208
<DT><B>See Also: </B><DD><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html#equals(java.lang.Object)"><CODE>Object.equals(Object)</CODE></A></DL>
 
209
</DD>
 
210
</DL>
 
211
<HR>
 
212
 
 
213
<A NAME="hashCode()"><!-- --></A><H3>
 
214
hashCode</H3>
 
215
<PRE>
 
216
public int <B>hashCode</B>()</PRE>
 
217
<DL>
 
218
<DD><DL>
 
219
<DT><B>Overrides:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html#hashCode()">hashCode</A></CODE> in class <CODE><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html">Object</A></CODE></DL>
 
220
</DD>
 
221
<DD><DL>
 
222
<DT><B>See Also: </B><DD><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html#hashCode()"><CODE>Object.hashCode()</CODE></A></DL>
 
223
</DD>
 
224
</DL>
 
225
<HR>
 
226
 
 
227
<A NAME="toString()"><!-- --></A><H3>
 
228
toString</H3>
 
229
<PRE>
 
230
public <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/String.html">String</A> <B>toString</B>()</PRE>
 
231
<DL>
 
232
<DD><DL>
 
233
<DT><B>Overrides:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html#toString()">toString</A></CODE> in class <CODE><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html">Object</A></CODE></DL>
 
234
</DD>
 
235
<DD><DL>
 
236
<DT><B>See Also: </B><DD><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html#toString()"><CODE>Object.toString()</CODE></A></DL>
 
237
</DD>
 
238
</DL>
 
239
<!-- ========= END OF CLASS DATA ========= -->
 
240
<HR>
 
241
 
 
242
<!-- ========== START OF NAVBAR ========== -->
 
243
<A NAME="navbar_bottom"><!-- --></A>
 
244
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
 
245
<TR>
 
246
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
 
247
<A NAME="navbar_bottom_firstrow"><!-- --></A>
 
248
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
 
249
  <TR ALIGN="center" VALIGN="top">
 
250
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
 
251
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
 
252
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
 
253
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/AuthSchemeBase.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
 
254
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
 
255
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
 
256
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
 
257
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
 
258
  </TR>
 
259
</TABLE>
 
260
</TD>
 
261
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
 
262
</EM>
 
263
</TD>
 
264
</TR>
 
265
 
 
266
<TR>
 
267
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
 
268
&nbsp;<A HREF="../../../../../org/apache/commons/httpclient/auth/AuthChallengeParser.html"><B>PREV CLASS</B></A>&nbsp;
 
269
&nbsp;<A HREF="../../../../../org/apache/commons/httpclient/auth/BasicScheme.html"><B>NEXT CLASS</B></A></FONT></TD>
 
270
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
 
271
  <A HREF="../../../../../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
 
272
&nbsp;<A HREF="AuthSchemeBase.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
 
273
</TR>
 
274
<TR>
 
275
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
 
276
  SUMMARY: &nbsp;INNER&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
 
277
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
 
278
DETAIL: &nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
 
279
</TR>
 
280
</TABLE>
 
281
<!-- =========== END OF NAVBAR =========== -->
 
282
 
 
283
<HR>
 
284
Copyright &copy; 2001-2004 Apache Software Foundation. All Rights Reserved.
 
285
</BODY>
 
286
</HTML>