/lib/docs/org/apache/xmlrpc/parser/XmlRpcRequestParser.html
HTML | 466 lines | 394 code | 49 blank | 23 comment | 0 complexity | a4557c09ef7b4279585f5b475dbe3beb MD5 | raw file
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2<!--NewPage--> 3<HTML> 4<HEAD> 5<!-- Generated by javadoc (build 1.6.0_0) on Mon Apr 20 21:45:58 CEST 2009 --> 6<META http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7<TITLE> 8XmlRpcRequestParser (Apache XML-RPC 3.1.2 API) 9</TITLE> 10 11<META NAME="date" CONTENT="2009-04-20"> 12 13<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> 14 15<SCRIPT type="text/javascript"> 16function windowTitle() 17{ 18 if (location.href.indexOf('is-external=true') == -1) { 19 parent.document.title="XmlRpcRequestParser (Apache XML-RPC 3.1.2 API)"; 20 } 21} 22</SCRIPT> 23<NOSCRIPT> 24</NOSCRIPT> 25 26</HEAD> 27 28<BODY BGCOLOR="white" onload="windowTitle();"> 29<HR> 30 31 32<!-- ========= START OF TOP NAVBAR ======= --> 33<A NAME="navbar_top"><!-- --></A> 34<A HREF="#skip-navbar_top" title="Skip navigation links"></A> 35<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> 36<TR> 37<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> 38<A NAME="navbar_top_firstrow"><!-- --></A> 39<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> 40 <TR ALIGN="center" VALIGN="top"> 41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> 42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> 43 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> 44 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/XmlRpcRequestParser.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> 45 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> 46 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> 47 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> 48 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> 49 </TR> 50</TABLE> 51</TD> 52<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> 53</EM> 54</TD> 55</TR> 56 57<TR> 58<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 59 <A HREF="../../../../org/apache/xmlrpc/parser/TypeParserImpl.html" title="class in org.apache.xmlrpc.parser"><B>PREV CLASS</B></A> 60 <A HREF="../../../../org/apache/xmlrpc/parser/XmlRpcResponseParser.html" title="class in org.apache.xmlrpc.parser"><B>NEXT CLASS</B></A></FONT></TD> 61<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 62 <A HREF="../../../../index.html?org/apache/xmlrpc/parser/XmlRpcRequestParser.html" target="_top"><B>FRAMES</B></A> 63 <A HREF="XmlRpcRequestParser.html" target="_top"><B>NO FRAMES</B></A> 64 <SCRIPT type="text/javascript"> 65 <!-- 66 if(window==top) { 67 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); 68 } 69 //--> 70</SCRIPT> 71<NOSCRIPT> 72 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> 73</NOSCRIPT> 74 75 76</FONT></TD> 77</TR> 78<TR> 79<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> 80 SUMMARY: NESTED | <A HREF="#fields_inherited_from_class_org.apache.xmlrpc.parser.RecursiveTypeParserImpl">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> 81<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> 82DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> 83</TR> 84</TABLE> 85<A NAME="skip-navbar_top"></A> 86<!-- ========= END OF TOP NAVBAR ========= --> 87 88<HR> 89<!-- ======== START OF CLASS DATA ======== --> 90<H2> 91<FONT SIZE="-1"> 92org.apache.xmlrpc.parser</FONT> 93<BR> 94Class XmlRpcRequestParser</H2> 95<PRE> 96java.lang.Object 97 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/apache/xmlrpc/parser/TypeParserImpl.html" title="class in org.apache.xmlrpc.parser">org.apache.xmlrpc.parser.TypeParserImpl</A> 98 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/apache/xmlrpc/parser/RecursiveTypeParserImpl.html" title="class in org.apache.xmlrpc.parser">org.apache.xmlrpc.parser.RecursiveTypeParserImpl</A> 99 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.xmlrpc.parser.XmlRpcRequestParser</B> 100</PRE> 101<DL> 102<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../org/apache/xmlrpc/parser/TypeParser.html" title="interface in org.apache.xmlrpc.parser">TypeParser</A>, org.xml.sax.ContentHandler</DD> 103</DL> 104<HR> 105<DL> 106<DT><PRE>public class <B>XmlRpcRequestParser</B><DT>extends <A HREF="../../../../org/apache/xmlrpc/parser/RecursiveTypeParserImpl.html" title="class in org.apache.xmlrpc.parser">RecursiveTypeParserImpl</A></DL> 107</PRE> 108 109<P> 110A SAX parser for an <A HREF="../../../../org/apache/xmlrpc/client/XmlRpcClient.html" title="class in org.apache.xmlrpc.client"><CODE>XmlRpcClient</CODE></A>'s 111 request. 112<P> 113 114<P> 115<HR> 116 117<P> 118<!-- =========== FIELD SUMMARY =========== --> 119 120<A NAME="field_summary"><!-- --></A> 121<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 122<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 123<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> 124<B>Field Summary</B></FONT></TH> 125</TR> 126</TABLE> 127 <A NAME="fields_inherited_from_class_org.apache.xmlrpc.parser.RecursiveTypeParserImpl"><!-- --></A> 128<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 129<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> 130<TH ALIGN="left"><B>Fields inherited from class org.apache.xmlrpc.parser.<A HREF="../../../../org/apache/xmlrpc/parser/RecursiveTypeParserImpl.html" title="class in org.apache.xmlrpc.parser">RecursiveTypeParserImpl</A></B></TH> 131</TR> 132<TR BGCOLOR="white" CLASS="TableRowColor"> 133<TD><CODE><A HREF="../../../../org/apache/xmlrpc/parser/RecursiveTypeParserImpl.html#cfg">cfg</A></CODE></TD> 134</TR> 135</TABLE> 136 137<!-- ======== CONSTRUCTOR SUMMARY ======== --> 138 139<A NAME="constructor_summary"><!-- --></A> 140<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 141<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 142<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> 143<B>Constructor Summary</B></FONT></TH> 144</TR> 145<TR BGCOLOR="white" CLASS="TableRowColor"> 146<TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/parser/XmlRpcRequestParser.html#XmlRpcRequestParser(org.apache.xmlrpc.common.XmlRpcStreamConfig, org.apache.xmlrpc.common.TypeFactory)">XmlRpcRequestParser</A></B>(<A HREF="../../../../org/apache/xmlrpc/common/XmlRpcStreamConfig.html" title="interface in org.apache.xmlrpc.common">XmlRpcStreamConfig</A> pConfig, 147 <A HREF="../../../../org/apache/xmlrpc/common/TypeFactory.html" title="interface in org.apache.xmlrpc.common">TypeFactory</A> pTypeFactory)</CODE> 148 149<BR> 150 Creates a new instance, which parses a clients request.</TD> 151</TR> 152</TABLE> 153 154<!-- ========== METHOD SUMMARY =========== --> 155 156<A NAME="method_summary"><!-- --></A> 157<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 158<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 159<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> 160<B>Method Summary</B></FONT></TH> 161</TR> 162<TR BGCOLOR="white" CLASS="TableRowColor"> 163<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 164<CODE>protected void</CODE></FONT></TD> 165<TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/parser/XmlRpcRequestParser.html#addResult(java.lang.Object)">addResult</A></B>(java.lang.Object pResult)</CODE> 166 167<BR> 168 </TD> 169</TR> 170<TR BGCOLOR="white" CLASS="TableRowColor"> 171<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 172<CODE> void</CODE></FONT></TD> 173<TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/parser/XmlRpcRequestParser.html#characters(char[], int, int)">characters</A></B>(char[] pChars, 174 int pOffset, 175 int pLength)</CODE> 176 177<BR> 178 </TD> 179</TR> 180<TR BGCOLOR="white" CLASS="TableRowColor"> 181<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 182<CODE> void</CODE></FONT></TD> 183<TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/parser/XmlRpcRequestParser.html#endElement(java.lang.String, java.lang.String, java.lang.String)">endElement</A></B>(java.lang.String pURI, 184 java.lang.String pLocalName, 185 java.lang.String pQName)</CODE> 186 187<BR> 188 </TD> 189</TR> 190<TR BGCOLOR="white" CLASS="TableRowColor"> 191<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 192<CODE> java.lang.String</CODE></FONT></TD> 193<TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/parser/XmlRpcRequestParser.html#getMethodName()">getMethodName</A></B>()</CODE> 194 195<BR> 196 Returns the method name being invoked.</TD> 197</TR> 198<TR BGCOLOR="white" CLASS="TableRowColor"> 199<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 200<CODE> java.util.List</CODE></FONT></TD> 201<TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/parser/XmlRpcRequestParser.html#getParams()">getParams</A></B>()</CODE> 202 203<BR> 204 Returns the parameter list.</TD> 205</TR> 206<TR BGCOLOR="white" CLASS="TableRowColor"> 207<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 208<CODE> void</CODE></FONT></TD> 209<TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/parser/XmlRpcRequestParser.html#startDocument()">startDocument</A></B>()</CODE> 210 211<BR> 212 </TD> 213</TR> 214<TR BGCOLOR="white" CLASS="TableRowColor"> 215<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 216<CODE> void</CODE></FONT></TD> 217<TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/parser/XmlRpcRequestParser.html#startElement(java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes)">startElement</A></B>(java.lang.String pURI, 218 java.lang.String pLocalName, 219 java.lang.String pQName, 220 org.xml.sax.Attributes pAttrs)</CODE> 221 222<BR> 223 </TD> 224</TR> 225</TABLE> 226 <A NAME="methods_inherited_from_class_org.apache.xmlrpc.parser.RecursiveTypeParserImpl"><!-- --></A> 227<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 228<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> 229<TH ALIGN="left"><B>Methods inherited from class org.apache.xmlrpc.parser.<A HREF="../../../../org/apache/xmlrpc/parser/RecursiveTypeParserImpl.html" title="class in org.apache.xmlrpc.parser">RecursiveTypeParserImpl</A></B></TH> 230</TR> 231<TR BGCOLOR="white" CLASS="TableRowColor"> 232<TD><CODE><A HREF="../../../../org/apache/xmlrpc/parser/RecursiveTypeParserImpl.html#endPrefixMapping(java.lang.String)">endPrefixMapping</A>, <A HREF="../../../../org/apache/xmlrpc/parser/RecursiveTypeParserImpl.html#endValueTag()">endValueTag</A>, <A HREF="../../../../org/apache/xmlrpc/parser/RecursiveTypeParserImpl.html#ignorableWhitespace(char[], int, int)">ignorableWhitespace</A>, <A HREF="../../../../org/apache/xmlrpc/parser/RecursiveTypeParserImpl.html#processingInstruction(java.lang.String, java.lang.String)">processingInstruction</A>, <A HREF="../../../../org/apache/xmlrpc/parser/RecursiveTypeParserImpl.html#skippedEntity(java.lang.String)">skippedEntity</A>, <A HREF="../../../../org/apache/xmlrpc/parser/RecursiveTypeParserImpl.html#startPrefixMapping(java.lang.String, java.lang.String)">startPrefixMapping</A>, <A HREF="../../../../org/apache/xmlrpc/parser/RecursiveTypeParserImpl.html#startValueTag()">startValueTag</A></CODE></TD> 233</TR> 234</TABLE> 235 <A NAME="methods_inherited_from_class_org.apache.xmlrpc.parser.TypeParserImpl"><!-- --></A> 236<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 237<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> 238<TH ALIGN="left"><B>Methods inherited from class org.apache.xmlrpc.parser.<A HREF="../../../../org/apache/xmlrpc/parser/TypeParserImpl.html" title="class in org.apache.xmlrpc.parser">TypeParserImpl</A></B></TH> 239</TR> 240<TR BGCOLOR="white" CLASS="TableRowColor"> 241<TD><CODE><A HREF="../../../../org/apache/xmlrpc/parser/TypeParserImpl.html#endDocument()">endDocument</A>, <A HREF="../../../../org/apache/xmlrpc/parser/TypeParserImpl.html#getDocumentLocator()">getDocumentLocator</A>, <A HREF="../../../../org/apache/xmlrpc/parser/TypeParserImpl.html#getResult()">getResult</A>, <A HREF="../../../../org/apache/xmlrpc/parser/TypeParserImpl.html#isEmpty(char[], int, int)">isEmpty</A>, <A HREF="../../../../org/apache/xmlrpc/parser/TypeParserImpl.html#setDocumentLocator(org.xml.sax.Locator)">setDocumentLocator</A>, <A HREF="../../../../org/apache/xmlrpc/parser/TypeParserImpl.html#setResult(java.lang.Object)">setResult</A></CODE></TD> 242</TR> 243</TABLE> 244 <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> 245<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 246<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> 247<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> 248</TR> 249<TR BGCOLOR="white" CLASS="TableRowColor"> 250<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> 251</TR> 252</TABLE> 253 254<P> 255 256<!-- ========= CONSTRUCTOR DETAIL ======== --> 257 258<A NAME="constructor_detail"><!-- --></A> 259<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 260<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 261<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> 262<B>Constructor Detail</B></FONT></TH> 263</TR> 264</TABLE> 265 266<A NAME="XmlRpcRequestParser(org.apache.xmlrpc.common.XmlRpcStreamConfig, org.apache.xmlrpc.common.TypeFactory)"><!-- --></A><H3> 267XmlRpcRequestParser</H3> 268<PRE> 269public <B>XmlRpcRequestParser</B>(<A HREF="../../../../org/apache/xmlrpc/common/XmlRpcStreamConfig.html" title="interface in org.apache.xmlrpc.common">XmlRpcStreamConfig</A> pConfig, 270 <A HREF="../../../../org/apache/xmlrpc/common/TypeFactory.html" title="interface in org.apache.xmlrpc.common">TypeFactory</A> pTypeFactory)</PRE> 271<DL> 272<DD>Creates a new instance, which parses a clients request. 273<P> 274<DL> 275<DT><B>Parameters:</B><DD><CODE>pConfig</CODE> - The client configuration.<DD><CODE>pTypeFactory</CODE> - The type factory.</DL> 276</DL> 277 278<!-- ============ METHOD DETAIL ========== --> 279 280<A NAME="method_detail"><!-- --></A> 281<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 282<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 283<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> 284<B>Method Detail</B></FONT></TH> 285</TR> 286</TABLE> 287 288<A NAME="addResult(java.lang.Object)"><!-- --></A><H3> 289addResult</H3> 290<PRE> 291protected void <B>addResult</B>(java.lang.Object pResult)</PRE> 292<DL> 293<DD><DL> 294<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/apache/xmlrpc/parser/RecursiveTypeParserImpl.html#addResult(java.lang.Object)">addResult</A></CODE> in class <CODE><A HREF="../../../../org/apache/xmlrpc/parser/RecursiveTypeParserImpl.html" title="class in org.apache.xmlrpc.parser">RecursiveTypeParserImpl</A></CODE></DL> 295</DD> 296<DD><DL> 297</DL> 298</DD> 299</DL> 300<HR> 301 302<A NAME="startDocument()"><!-- --></A><H3> 303startDocument</H3> 304<PRE> 305public void <B>startDocument</B>() 306 throws org.xml.sax.SAXException</PRE> 307<DL> 308<DD><DL> 309<DT><B>Specified by:</B><DD><CODE>startDocument</CODE> in interface <CODE>org.xml.sax.ContentHandler</CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../org/apache/xmlrpc/parser/RecursiveTypeParserImpl.html#startDocument()">startDocument</A></CODE> in class <CODE><A HREF="../../../../org/apache/xmlrpc/parser/RecursiveTypeParserImpl.html" title="class in org.apache.xmlrpc.parser">RecursiveTypeParserImpl</A></CODE></DL> 310</DD> 311<DD><DL> 312 313<DT><B>Throws:</B> 314<DD><CODE>org.xml.sax.SAXException</CODE></DL> 315</DD> 316</DL> 317<HR> 318 319<A NAME="characters(char[], int, int)"><!-- --></A><H3> 320characters</H3> 321<PRE> 322public void <B>characters</B>(char[] pChars, 323 int pOffset, 324 int pLength) 325 throws org.xml.sax.SAXException</PRE> 326<DL> 327<DD><DL> 328<DT><B>Specified by:</B><DD><CODE>characters</CODE> in interface <CODE>org.xml.sax.ContentHandler</CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../org/apache/xmlrpc/parser/RecursiveTypeParserImpl.html#characters(char[], int, int)">characters</A></CODE> in class <CODE><A HREF="../../../../org/apache/xmlrpc/parser/RecursiveTypeParserImpl.html" title="class in org.apache.xmlrpc.parser">RecursiveTypeParserImpl</A></CODE></DL> 329</DD> 330<DD><DL> 331 332<DT><B>Throws:</B> 333<DD><CODE>org.xml.sax.SAXException</CODE></DL> 334</DD> 335</DL> 336<HR> 337 338<A NAME="startElement(java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes)"><!-- --></A><H3> 339startElement</H3> 340<PRE> 341public void <B>startElement</B>(java.lang.String pURI, 342 java.lang.String pLocalName, 343 java.lang.String pQName, 344 org.xml.sax.Attributes pAttrs) 345 throws org.xml.sax.SAXException</PRE> 346<DL> 347<DD><DL> 348<DT><B>Specified by:</B><DD><CODE>startElement</CODE> in interface <CODE>org.xml.sax.ContentHandler</CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../org/apache/xmlrpc/parser/RecursiveTypeParserImpl.html#startElement(java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes)">startElement</A></CODE> in class <CODE><A HREF="../../../../org/apache/xmlrpc/parser/RecursiveTypeParserImpl.html" title="class in org.apache.xmlrpc.parser">RecursiveTypeParserImpl</A></CODE></DL> 349</DD> 350<DD><DL> 351 352<DT><B>Throws:</B> 353<DD><CODE>org.xml.sax.SAXException</CODE></DL> 354</DD> 355</DL> 356<HR> 357 358<A NAME="endElement(java.lang.String, java.lang.String, java.lang.String)"><!-- --></A><H3> 359endElement</H3> 360<PRE> 361public void <B>endElement</B>(java.lang.String pURI, 362 java.lang.String pLocalName, 363 java.lang.String pQName) 364 throws org.xml.sax.SAXException</PRE> 365<DL> 366<DD><DL> 367<DT><B>Specified by:</B><DD><CODE>endElement</CODE> in interface <CODE>org.xml.sax.ContentHandler</CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../org/apache/xmlrpc/parser/RecursiveTypeParserImpl.html#endElement(java.lang.String, java.lang.String, java.lang.String)">endElement</A></CODE> in class <CODE><A HREF="../../../../org/apache/xmlrpc/parser/RecursiveTypeParserImpl.html" title="class in org.apache.xmlrpc.parser">RecursiveTypeParserImpl</A></CODE></DL> 368</DD> 369<DD><DL> 370 371<DT><B>Throws:</B> 372<DD><CODE>org.xml.sax.SAXException</CODE></DL> 373</DD> 374</DL> 375<HR> 376 377<A NAME="getMethodName()"><!-- --></A><H3> 378getMethodName</H3> 379<PRE> 380public java.lang.String <B>getMethodName</B>()</PRE> 381<DL> 382<DD>Returns the method name being invoked. 383<P> 384<DD><DL> 385 386<DT><B>Returns:</B><DD>Requested method name.</DL> 387</DD> 388</DL> 389<HR> 390 391<A NAME="getParams()"><!-- --></A><H3> 392getParams</H3> 393<PRE> 394public java.util.List <B>getParams</B>()</PRE> 395<DL> 396<DD>Returns the parameter list. 397<P> 398<DD><DL> 399 400<DT><B>Returns:</B><DD>Parameter list.</DL> 401</DD> 402</DL> 403<!-- ========= END OF CLASS DATA ========= --> 404<HR> 405 406 407<!-- ======= START OF BOTTOM NAVBAR ====== --> 408<A NAME="navbar_bottom"><!-- --></A> 409<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> 410<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> 411<TR> 412<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> 413<A NAME="navbar_bottom_firstrow"><!-- --></A> 414<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> 415 <TR ALIGN="center" VALIGN="top"> 416 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> 417 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> 418 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> 419 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/XmlRpcRequestParser.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> 420 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> 421 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> 422 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> 423 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> 424 </TR> 425</TABLE> 426</TD> 427<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> 428</EM> 429</TD> 430</TR> 431 432<TR> 433<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 434 <A HREF="../../../../org/apache/xmlrpc/parser/TypeParserImpl.html" title="class in org.apache.xmlrpc.parser"><B>PREV CLASS</B></A> 435 <A HREF="../../../../org/apache/xmlrpc/parser/XmlRpcResponseParser.html" title="class in org.apache.xmlrpc.parser"><B>NEXT CLASS</B></A></FONT></TD> 436<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 437 <A HREF="../../../../index.html?org/apache/xmlrpc/parser/XmlRpcRequestParser.html" target="_top"><B>FRAMES</B></A> 438 <A HREF="XmlRpcRequestParser.html" target="_top"><B>NO FRAMES</B></A> 439 <SCRIPT type="text/javascript"> 440 <!-- 441 if(window==top) { 442 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); 443 } 444 //--> 445</SCRIPT> 446<NOSCRIPT> 447 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> 448</NOSCRIPT> 449 450 451</FONT></TD> 452</TR> 453<TR> 454<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> 455 SUMMARY: NESTED | <A HREF="#fields_inherited_from_class_org.apache.xmlrpc.parser.RecursiveTypeParserImpl">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> 456<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> 457DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> 458</TR> 459</TABLE> 460<A NAME="skip-navbar_bottom"></A> 461<!-- ======== END OF BOTTOM NAVBAR ======= --> 462 463<HR> 464Copyright © 2001-2009 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved. 465</BODY> 466</HTML>