/lib/docs/org/apache/xmlrpc/server/AbstractReflectiveHandlerMapping.html
HTML | 833 lines | 737 code | 72 blank | 24 comment | 0 complexity | 7a474436bcc700328f5dd7591473c8a1 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:59 CEST 2009 --> 6<META http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7<TITLE> 8AbstractReflectiveHandlerMapping (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="AbstractReflectiveHandlerMapping (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/AbstractReflectiveHandlerMapping.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 PREV CLASS 60 <A HREF="../../../../org/apache/xmlrpc/server/AbstractReflectiveHandlerMapping.AuthenticationHandler.html" title="interface in org.apache.xmlrpc.server"><B>NEXT CLASS</B></A></FONT></TD> 61<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 62 <A HREF="../../../../index.html?org/apache/xmlrpc/server/AbstractReflectiveHandlerMapping.html" target="_top"><B>FRAMES</B></A> 63 <A HREF="AbstractReflectiveHandlerMapping.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: <A HREF="#nested_class_summary">NESTED</A> | <A HREF="#field_summary">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: <A HREF="#field_detail">FIELD</A> | <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.server</FONT> 93<BR> 94Class AbstractReflectiveHandlerMapping</H2> 95<PRE> 96java.lang.Object 97 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping</B> 98</PRE> 99<DL> 100<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../org/apache/xmlrpc/metadata/XmlRpcListableHandlerMapping.html" title="interface in org.apache.xmlrpc.metadata">XmlRpcListableHandlerMapping</A>, <A HREF="../../../../org/apache/xmlrpc/server/XmlRpcHandlerMapping.html" title="interface in org.apache.xmlrpc.server">XmlRpcHandlerMapping</A></DD> 101</DL> 102<DL> 103<DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../org/apache/xmlrpc/server/PropertyHandlerMapping.html" title="class in org.apache.xmlrpc.server">PropertyHandlerMapping</A></DD> 104</DL> 105<HR> 106<DL> 107<DT><PRE>public abstract class <B>AbstractReflectiveHandlerMapping</B><DT>extends java.lang.Object<DT>implements <A HREF="../../../../org/apache/xmlrpc/metadata/XmlRpcListableHandlerMapping.html" title="interface in org.apache.xmlrpc.metadata">XmlRpcListableHandlerMapping</A></DL> 108</PRE> 109 110<P> 111Abstract base class of handler mappings, which are 112 using reflection. 113<P> 114 115<P> 116<HR> 117 118<P> 119<!-- ======== NESTED CLASS SUMMARY ======== --> 120 121<A NAME="nested_class_summary"><!-- --></A> 122<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 123<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 124<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> 125<B>Nested Class Summary</B></FONT></TH> 126</TR> 127<TR BGCOLOR="white" CLASS="TableRowColor"> 128<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 129<CODE>static interface</CODE></FONT></TD> 130<TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/server/AbstractReflectiveHandlerMapping.AuthenticationHandler.html" title="interface in org.apache.xmlrpc.server">AbstractReflectiveHandlerMapping.AuthenticationHandler</A></B></CODE> 131 132<BR> 133 An object implementing this interface may be used 134 to validate user names and passwords.</TD> 135</TR> 136</TABLE> 137 <!-- =========== FIELD SUMMARY =========== --> 138 139<A NAME="field_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>Field Summary</B></FONT></TH> 144</TR> 145<TR BGCOLOR="white" CLASS="TableRowColor"> 146<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 147<CODE>protected java.util.Map</CODE></FONT></TD> 148<TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/server/AbstractReflectiveHandlerMapping.html#handlerMap">handlerMap</A></B></CODE> 149 150<BR> 151 </TD> 152</TR> 153</TABLE> 154 155<!-- ======== CONSTRUCTOR SUMMARY ======== --> 156 157<A NAME="constructor_summary"><!-- --></A> 158<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 159<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 160<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> 161<B>Constructor Summary</B></FONT></TH> 162</TR> 163<TR BGCOLOR="white" CLASS="TableRowColor"> 164<TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/server/AbstractReflectiveHandlerMapping.html#AbstractReflectiveHandlerMapping()">AbstractReflectiveHandlerMapping</A></B>()</CODE> 165 166<BR> 167 </TD> 168</TR> 169</TABLE> 170 171<!-- ========== METHOD SUMMARY =========== --> 172 173<A NAME="method_summary"><!-- --></A> 174<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 175<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 176<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> 177<B>Method Summary</B></FONT></TH> 178</TR> 179<TR BGCOLOR="white" CLASS="TableRowColor"> 180<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 181<CODE> <A HREF="../../../../org/apache/xmlrpc/server/AbstractReflectiveHandlerMapping.AuthenticationHandler.html" title="interface in org.apache.xmlrpc.server">AbstractReflectiveHandlerMapping.AuthenticationHandler</A></CODE></FONT></TD> 182<TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/server/AbstractReflectiveHandlerMapping.html#getAuthenticationHandler()">getAuthenticationHandler</A></B>()</CODE> 183 184<BR> 185 Returns the authentication handler, if any, or null.</TD> 186</TR> 187<TR BGCOLOR="white" CLASS="TableRowColor"> 188<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 189<CODE> <A HREF="../../../../org/apache/xmlrpc/XmlRpcHandler.html" title="interface in org.apache.xmlrpc">XmlRpcHandler</A></CODE></FONT></TD> 190<TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/server/AbstractReflectiveHandlerMapping.html#getHandler(java.lang.String)">getHandler</A></B>(java.lang.String pHandlerName)</CODE> 191 192<BR> 193 Returns the <A HREF="../../../../org/apache/xmlrpc/XmlRpcHandler.html" title="interface in org.apache.xmlrpc"><CODE>XmlRpcHandler</CODE></A> with the given name.</TD> 194</TR> 195<TR BGCOLOR="white" CLASS="TableRowColor"> 196<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 197<CODE> java.lang.String[]</CODE></FONT></TD> 198<TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/server/AbstractReflectiveHandlerMapping.html#getListMethods()">getListMethods</A></B>()</CODE> 199 200<BR> 201 This method implements the introspection method 202 <code>system.listMethods</code>, which is specified 203 as follows: 204 <cite></TD> 205</TR> 206<TR BGCOLOR="white" CLASS="TableRowColor"> 207<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 208<CODE>protected java.lang.String</CODE></FONT></TD> 209<TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/server/AbstractReflectiveHandlerMapping.html#getMethodHelp(java.lang.Class, java.lang.reflect.Method[])">getMethodHelp</A></B>(java.lang.Class pClass, 210 java.lang.reflect.Method[] pMethods)</CODE> 211 212<BR> 213 Creates a help string for the given method, when applied 214 to the given class.</TD> 215</TR> 216<TR BGCOLOR="white" CLASS="TableRowColor"> 217<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 218<CODE> java.lang.String</CODE></FONT></TD> 219<TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/server/AbstractReflectiveHandlerMapping.html#getMethodHelp(java.lang.String)">getMethodHelp</A></B>(java.lang.String pHandlerName)</CODE> 220 221<BR> 222 This method implements the introspection method 223 <code>system.methodSignature</code>, which is specified 224 as follows: 225 <cite></TD> 226</TR> 227<TR BGCOLOR="white" CLASS="TableRowColor"> 228<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 229<CODE> java.lang.String[][]</CODE></FONT></TD> 230<TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/server/AbstractReflectiveHandlerMapping.html#getMethodSignature(java.lang.String)">getMethodSignature</A></B>(java.lang.String pHandlerName)</CODE> 231 232<BR> 233 This method implements the introspection method 234 <code>system.methodSignature</code>, which is specified 235 as follows: 236 <cite></TD> 237</TR> 238<TR BGCOLOR="white" CLASS="TableRowColor"> 239<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 240<CODE> <A HREF="../../../../org/apache/xmlrpc/server/RequestProcessorFactoryFactory.html" title="interface in org.apache.xmlrpc.server">RequestProcessorFactoryFactory</A></CODE></FONT></TD> 241<TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/server/AbstractReflectiveHandlerMapping.html#getRequestProcessorFactoryFactory()">getRequestProcessorFactoryFactory</A></B>()</CODE> 242 243<BR> 244 Returns the mappings <A HREF="../../../../org/apache/xmlrpc/server/RequestProcessorFactoryFactory.html" title="interface in org.apache.xmlrpc.server"><CODE>RequestProcessorFactoryFactory</CODE></A>.</TD> 245</TR> 246<TR BGCOLOR="white" CLASS="TableRowColor"> 247<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 248<CODE>protected java.lang.String[][]</CODE></FONT></TD> 249<TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/server/AbstractReflectiveHandlerMapping.html#getSignature(java.lang.reflect.Method[])">getSignature</A></B>(java.lang.reflect.Method[] pMethods)</CODE> 250 251<BR> 252 Creates a signature for the given method.</TD> 253</TR> 254<TR BGCOLOR="white" CLASS="TableRowColor"> 255<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 256<CODE> <A HREF="../../../../org/apache/xmlrpc/common/TypeConverterFactory.html" title="interface in org.apache.xmlrpc.common">TypeConverterFactory</A></CODE></FONT></TD> 257<TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/server/AbstractReflectiveHandlerMapping.html#getTypeConverterFactory()">getTypeConverterFactory</A></B>()</CODE> 258 259<BR> 260 Returns the mappings <A HREF="../../../../org/apache/xmlrpc/common/TypeConverterFactory.html" title="interface in org.apache.xmlrpc.common"><CODE>TypeConverterFactory</CODE></A>.</TD> 261</TR> 262<TR BGCOLOR="white" CLASS="TableRowColor"> 263<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 264<CODE>protected boolean</CODE></FONT></TD> 265<TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/server/AbstractReflectiveHandlerMapping.html#isHandlerMethod(java.lang.reflect.Method)">isHandlerMethod</A></B>(java.lang.reflect.Method pMethod)</CODE> 266 267<BR> 268 </TD> 269</TR> 270<TR BGCOLOR="white" CLASS="TableRowColor"> 271<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 272<CODE> boolean</CODE></FONT></TD> 273<TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/server/AbstractReflectiveHandlerMapping.html#isVoidMethodEnabled()">isVoidMethodEnabled</A></B>()</CODE> 274 275<BR> 276 Returns, whether void methods are enabled.</TD> 277</TR> 278<TR BGCOLOR="white" CLASS="TableRowColor"> 279<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 280<CODE>protected <A HREF="../../../../org/apache/xmlrpc/XmlRpcHandler.html" title="interface in org.apache.xmlrpc">XmlRpcHandler</A></CODE></FONT></TD> 281<TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/server/AbstractReflectiveHandlerMapping.html#newXmlRpcHandler(java.lang.Class, java.lang.reflect.Method[])">newXmlRpcHandler</A></B>(java.lang.Class pClass, 282 java.lang.reflect.Method[] pMethods)</CODE> 283 284<BR> 285 Creates a new instance of <A HREF="../../../../org/apache/xmlrpc/XmlRpcHandler.html" title="interface in org.apache.xmlrpc"><CODE>XmlRpcHandler</CODE></A>.</TD> 286</TR> 287<TR BGCOLOR="white" CLASS="TableRowColor"> 288<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 289<CODE>protected void</CODE></FONT></TD> 290<TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/server/AbstractReflectiveHandlerMapping.html#registerPublicMethods(java.lang.String, java.lang.Class)">registerPublicMethods</A></B>(java.lang.String pKey, 291 java.lang.Class pType)</CODE> 292 293<BR> 294 Searches for methods in the given class.</TD> 295</TR> 296<TR BGCOLOR="white" CLASS="TableRowColor"> 297<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 298<CODE> void</CODE></FONT></TD> 299<TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/server/AbstractReflectiveHandlerMapping.html#setAuthenticationHandler(org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping.AuthenticationHandler)">setAuthenticationHandler</A></B>(<A HREF="../../../../org/apache/xmlrpc/server/AbstractReflectiveHandlerMapping.AuthenticationHandler.html" title="interface in org.apache.xmlrpc.server">AbstractReflectiveHandlerMapping.AuthenticationHandler</A> pAuthenticationHandler)</CODE> 300 301<BR> 302 Sets the authentication handler, if any, or null.</TD> 303</TR> 304<TR BGCOLOR="white" CLASS="TableRowColor"> 305<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 306<CODE> void</CODE></FONT></TD> 307<TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/server/AbstractReflectiveHandlerMapping.html#setRequestProcessorFactoryFactory(org.apache.xmlrpc.server.RequestProcessorFactoryFactory)">setRequestProcessorFactoryFactory</A></B>(<A HREF="../../../../org/apache/xmlrpc/server/RequestProcessorFactoryFactory.html" title="interface in org.apache.xmlrpc.server">RequestProcessorFactoryFactory</A> pFactory)</CODE> 308 309<BR> 310 Sets the mappings <A HREF="../../../../org/apache/xmlrpc/server/RequestProcessorFactoryFactory.html" title="interface in org.apache.xmlrpc.server"><CODE>RequestProcessorFactoryFactory</CODE></A>.</TD> 311</TR> 312<TR BGCOLOR="white" CLASS="TableRowColor"> 313<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 314<CODE> void</CODE></FONT></TD> 315<TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/server/AbstractReflectiveHandlerMapping.html#setTypeConverterFactory(org.apache.xmlrpc.common.TypeConverterFactory)">setTypeConverterFactory</A></B>(<A HREF="../../../../org/apache/xmlrpc/common/TypeConverterFactory.html" title="interface in org.apache.xmlrpc.common">TypeConverterFactory</A> pFactory)</CODE> 316 317<BR> 318 Sets the mappings <A HREF="../../../../org/apache/xmlrpc/common/TypeConverterFactory.html" title="interface in org.apache.xmlrpc.common"><CODE>TypeConverterFactory</CODE></A>.</TD> 319</TR> 320<TR BGCOLOR="white" CLASS="TableRowColor"> 321<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 322<CODE> void</CODE></FONT></TD> 323<TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/server/AbstractReflectiveHandlerMapping.html#setVoidMethodEnabled(boolean)">setVoidMethodEnabled</A></B>(boolean pVoidMethodEnabled)</CODE> 324 325<BR> 326 Sets, whether void methods are enabled.</TD> 327</TR> 328</TABLE> 329 <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> 330<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 331<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> 332<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> 333</TR> 334<TR BGCOLOR="white" CLASS="TableRowColor"> 335<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> 336</TR> 337</TABLE> 338 339<P> 340 341<!-- ============ FIELD DETAIL =========== --> 342 343<A NAME="field_detail"><!-- --></A> 344<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 345<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 346<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> 347<B>Field Detail</B></FONT></TH> 348</TR> 349</TABLE> 350 351<A NAME="handlerMap"><!-- --></A><H3> 352handlerMap</H3> 353<PRE> 354protected java.util.Map <B>handlerMap</B></PRE> 355<DL> 356<DL> 357</DL> 358</DL> 359 360<!-- ========= CONSTRUCTOR DETAIL ======== --> 361 362<A NAME="constructor_detail"><!-- --></A> 363<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 364<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 365<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> 366<B>Constructor Detail</B></FONT></TH> 367</TR> 368</TABLE> 369 370<A NAME="AbstractReflectiveHandlerMapping()"><!-- --></A><H3> 371AbstractReflectiveHandlerMapping</H3> 372<PRE> 373public <B>AbstractReflectiveHandlerMapping</B>()</PRE> 374<DL> 375</DL> 376 377<!-- ============ METHOD DETAIL ========== --> 378 379<A NAME="method_detail"><!-- --></A> 380<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 381<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 382<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> 383<B>Method Detail</B></FONT></TH> 384</TR> 385</TABLE> 386 387<A NAME="setTypeConverterFactory(org.apache.xmlrpc.common.TypeConverterFactory)"><!-- --></A><H3> 388setTypeConverterFactory</H3> 389<PRE> 390public void <B>setTypeConverterFactory</B>(<A HREF="../../../../org/apache/xmlrpc/common/TypeConverterFactory.html" title="interface in org.apache.xmlrpc.common">TypeConverterFactory</A> pFactory)</PRE> 391<DL> 392<DD>Sets the mappings <A HREF="../../../../org/apache/xmlrpc/common/TypeConverterFactory.html" title="interface in org.apache.xmlrpc.common"><CODE>TypeConverterFactory</CODE></A>. 393<P> 394<DD><DL> 395</DL> 396</DD> 397<DD><DL> 398</DL> 399</DD> 400</DL> 401<HR> 402 403<A NAME="getTypeConverterFactory()"><!-- --></A><H3> 404getTypeConverterFactory</H3> 405<PRE> 406public <A HREF="../../../../org/apache/xmlrpc/common/TypeConverterFactory.html" title="interface in org.apache.xmlrpc.common">TypeConverterFactory</A> <B>getTypeConverterFactory</B>()</PRE> 407<DL> 408<DD>Returns the mappings <A HREF="../../../../org/apache/xmlrpc/common/TypeConverterFactory.html" title="interface in org.apache.xmlrpc.common"><CODE>TypeConverterFactory</CODE></A>. 409<P> 410<DD><DL> 411</DL> 412</DD> 413<DD><DL> 414</DL> 415</DD> 416</DL> 417<HR> 418 419<A NAME="setRequestProcessorFactoryFactory(org.apache.xmlrpc.server.RequestProcessorFactoryFactory)"><!-- --></A><H3> 420setRequestProcessorFactoryFactory</H3> 421<PRE> 422public void <B>setRequestProcessorFactoryFactory</B>(<A HREF="../../../../org/apache/xmlrpc/server/RequestProcessorFactoryFactory.html" title="interface in org.apache.xmlrpc.server">RequestProcessorFactoryFactory</A> pFactory)</PRE> 423<DL> 424<DD>Sets the mappings <A HREF="../../../../org/apache/xmlrpc/server/RequestProcessorFactoryFactory.html" title="interface in org.apache.xmlrpc.server"><CODE>RequestProcessorFactoryFactory</CODE></A>. Note, that this doesn't 425 affect already registered handlers. 426<P> 427<DD><DL> 428</DL> 429</DD> 430<DD><DL> 431</DL> 432</DD> 433</DL> 434<HR> 435 436<A NAME="getRequestProcessorFactoryFactory()"><!-- --></A><H3> 437getRequestProcessorFactoryFactory</H3> 438<PRE> 439public <A HREF="../../../../org/apache/xmlrpc/server/RequestProcessorFactoryFactory.html" title="interface in org.apache.xmlrpc.server">RequestProcessorFactoryFactory</A> <B>getRequestProcessorFactoryFactory</B>()</PRE> 440<DL> 441<DD>Returns the mappings <A HREF="../../../../org/apache/xmlrpc/server/RequestProcessorFactoryFactory.html" title="interface in org.apache.xmlrpc.server"><CODE>RequestProcessorFactoryFactory</CODE></A>. 442<P> 443<DD><DL> 444</DL> 445</DD> 446<DD><DL> 447</DL> 448</DD> 449</DL> 450<HR> 451 452<A NAME="getAuthenticationHandler()"><!-- --></A><H3> 453getAuthenticationHandler</H3> 454<PRE> 455public <A HREF="../../../../org/apache/xmlrpc/server/AbstractReflectiveHandlerMapping.AuthenticationHandler.html" title="interface in org.apache.xmlrpc.server">AbstractReflectiveHandlerMapping.AuthenticationHandler</A> <B>getAuthenticationHandler</B>()</PRE> 456<DL> 457<DD>Returns the authentication handler, if any, or null. 458<P> 459<DD><DL> 460</DL> 461</DD> 462<DD><DL> 463</DL> 464</DD> 465</DL> 466<HR> 467 468<A NAME="setAuthenticationHandler(org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping.AuthenticationHandler)"><!-- --></A><H3> 469setAuthenticationHandler</H3> 470<PRE> 471public void <B>setAuthenticationHandler</B>(<A HREF="../../../../org/apache/xmlrpc/server/AbstractReflectiveHandlerMapping.AuthenticationHandler.html" title="interface in org.apache.xmlrpc.server">AbstractReflectiveHandlerMapping.AuthenticationHandler</A> pAuthenticationHandler)</PRE> 472<DL> 473<DD>Sets the authentication handler, if any, or null. 474<P> 475<DD><DL> 476</DL> 477</DD> 478<DD><DL> 479</DL> 480</DD> 481</DL> 482<HR> 483 484<A NAME="isHandlerMethod(java.lang.reflect.Method)"><!-- --></A><H3> 485isHandlerMethod</H3> 486<PRE> 487protected boolean <B>isHandlerMethod</B>(java.lang.reflect.Method pMethod)</PRE> 488<DL> 489<DD><DL> 490</DL> 491</DD> 492<DD><DL> 493</DL> 494</DD> 495</DL> 496<HR> 497 498<A NAME="registerPublicMethods(java.lang.String, java.lang.Class)"><!-- --></A><H3> 499registerPublicMethods</H3> 500<PRE> 501protected void <B>registerPublicMethods</B>(java.lang.String pKey, 502 java.lang.Class pType) 503 throws <A HREF="../../../../org/apache/xmlrpc/XmlRpcException.html" title="class in org.apache.xmlrpc">XmlRpcException</A></PRE> 504<DL> 505<DD>Searches for methods in the given class. For any valid 506 method, it creates an instance of <A HREF="../../../../org/apache/xmlrpc/XmlRpcHandler.html" title="interface in org.apache.xmlrpc"><CODE>XmlRpcHandler</CODE></A>. 507 Valid methods are defined as follows: 508 <ul> 509 <li>They must be public.</li> 510 <li>They must not be static.</li> 511 <li>The return type must not be void.</li> 512 <li>The declaring class must not be 513 <CODE>Object</CODE>.</li> 514 <li>If multiple methods with the same name exist, 515 which meet the above conditins, then an attempt is 516 made to identify a method with a matching signature. 517 If such a method is found, then this method is 518 invoked. If multiple such methods are found, then 519 the first one is choosen. (This may be the case, 520 for example, if there are methods with a similar 521 signature, but varying subclasses.) Note, that 522 there is no concept of the "most matching" method. 523 If no matching method is found at all, then an 524 exception is thrown.</li> 525 </ul> 526<P> 527<DD><DL> 528</DL> 529</DD> 530<DD><DL> 531<DT><B>Parameters:</B><DD><CODE>pKey</CODE> - Suffix for building handler names. A dot and 532 the method name are being added.<DD><CODE>pType</CODE> - The class being inspected. 533<DT><B>Throws:</B> 534<DD><CODE><A HREF="../../../../org/apache/xmlrpc/XmlRpcException.html" title="class in org.apache.xmlrpc">XmlRpcException</A></CODE></DL> 535</DD> 536</DL> 537<HR> 538 539<A NAME="newXmlRpcHandler(java.lang.Class, java.lang.reflect.Method[])"><!-- --></A><H3> 540newXmlRpcHandler</H3> 541<PRE> 542protected <A HREF="../../../../org/apache/xmlrpc/XmlRpcHandler.html" title="interface in org.apache.xmlrpc">XmlRpcHandler</A> <B>newXmlRpcHandler</B>(java.lang.Class pClass, 543 java.lang.reflect.Method[] pMethods) 544 throws <A HREF="../../../../org/apache/xmlrpc/XmlRpcException.html" title="class in org.apache.xmlrpc">XmlRpcException</A></PRE> 545<DL> 546<DD>Creates a new instance of <A HREF="../../../../org/apache/xmlrpc/XmlRpcHandler.html" title="interface in org.apache.xmlrpc"><CODE>XmlRpcHandler</CODE></A>. 547<P> 548<DD><DL> 549</DL> 550</DD> 551<DD><DL> 552<DT><B>Parameters:</B><DD><CODE>pClass</CODE> - The class, which was inspected for handler 553 methods. This is used for error messages only. Typically, 554 it is the same than <pre>pInstance.getClass()</pre>.<DD><CODE>pMethods</CODE> - The method being invoked. 555<DT><B>Throws:</B> 556<DD><CODE><A HREF="../../../../org/apache/xmlrpc/XmlRpcException.html" title="class in org.apache.xmlrpc">XmlRpcException</A></CODE></DL> 557</DD> 558</DL> 559<HR> 560 561<A NAME="getSignature(java.lang.reflect.Method[])"><!-- --></A><H3> 562getSignature</H3> 563<PRE> 564protected java.lang.String[][] <B>getSignature</B>(java.lang.reflect.Method[] pMethods)</PRE> 565<DL> 566<DD>Creates a signature for the given method. 567<P> 568<DD><DL> 569</DL> 570</DD> 571<DD><DL> 572</DL> 573</DD> 574</DL> 575<HR> 576 577<A NAME="getMethodHelp(java.lang.Class, java.lang.reflect.Method[])"><!-- --></A><H3> 578getMethodHelp</H3> 579<PRE> 580protected java.lang.String <B>getMethodHelp</B>(java.lang.Class pClass, 581 java.lang.reflect.Method[] pMethods)</PRE> 582<DL> 583<DD>Creates a help string for the given method, when applied 584 to the given class. 585<P> 586<DD><DL> 587</DL> 588</DD> 589<DD><DL> 590</DL> 591</DD> 592</DL> 593<HR> 594 595<A NAME="getHandler(java.lang.String)"><!-- --></A><H3> 596getHandler</H3> 597<PRE> 598public <A HREF="../../../../org/apache/xmlrpc/XmlRpcHandler.html" title="interface in org.apache.xmlrpc">XmlRpcHandler</A> <B>getHandler</B>(java.lang.String pHandlerName) 599 throws <A HREF="../../../../org/apache/xmlrpc/server/XmlRpcNoSuchHandlerException.html" title="class in org.apache.xmlrpc.server">XmlRpcNoSuchHandlerException</A>, 600 <A HREF="../../../../org/apache/xmlrpc/XmlRpcException.html" title="class in org.apache.xmlrpc">XmlRpcException</A></PRE> 601<DL> 602<DD>Returns the <A HREF="../../../../org/apache/xmlrpc/XmlRpcHandler.html" title="interface in org.apache.xmlrpc"><CODE>XmlRpcHandler</CODE></A> with the given name. 603<P> 604<DD><DL> 605<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/apache/xmlrpc/server/XmlRpcHandlerMapping.html#getHandler(java.lang.String)">getHandler</A></CODE> in interface <CODE><A HREF="../../../../org/apache/xmlrpc/server/XmlRpcHandlerMapping.html" title="interface in org.apache.xmlrpc.server">XmlRpcHandlerMapping</A></CODE></DL> 606</DD> 607<DD><DL> 608<DT><B>Parameters:</B><DD><CODE>pHandlerName</CODE> - The handlers name 609<DT><B>Returns:</B><DD>Object The desired handler. Never null, an exception 610 is thrown if no such handler is available. 611<DT><B>Throws:</B> 612<DD><CODE><A HREF="../../../../org/apache/xmlrpc/server/XmlRpcNoSuchHandlerException.html" title="class in org.apache.xmlrpc.server">XmlRpcNoSuchHandlerException</A></CODE> - A handler with the given 613 name is unknown. 614<DD><CODE><A HREF="../../../../org/apache/xmlrpc/XmlRpcException.html" title="class in org.apache.xmlrpc">XmlRpcException</A></CODE> - An internal error occurred.</DL> 615</DD> 616</DL> 617<HR> 618 619<A NAME="getListMethods()"><!-- --></A><H3> 620getListMethods</H3> 621<PRE> 622public java.lang.String[] <B>getListMethods</B>() 623 throws <A HREF="../../../../org/apache/xmlrpc/XmlRpcException.html" title="class in org.apache.xmlrpc">XmlRpcException</A></PRE> 624<DL> 625<DD><B>Description copied from interface: <CODE><A HREF="../../../../org/apache/xmlrpc/metadata/XmlRpcListableHandlerMapping.html#getListMethods()">XmlRpcListableHandlerMapping</A></CODE></B></DD> 626<DD>This method implements the introspection method 627 <code>system.listMethods</code>, which is specified 628 as follows: 629 <cite> 630 <p>This method may be used to enumerate the methods implemented 631 by the XML-RPC server.</p> 632 <p>The <code>system.listMethods</code> method requires no 633 parameters. It returns an array of strings, each of which is 634 the name of a method implemented by the server. 635 </cite> 636 <p>Note, that the specification doesn't require that the list 637 must be exhaustive. We conclude, that a valid method 638 "handlerName" doesn't need to be in the list. For example, 639 a handler, which implements <A HREF="../../../../org/apache/xmlrpc/XmlRpcHandler.html" title="interface in org.apache.xmlrpc"><CODE>XmlRpcHandler</CODE></A>, but not 640 <A HREF="../../../../org/apache/xmlrpc/metadata/XmlRpcMetaDataHandler.html" title="interface in org.apache.xmlrpc.metadata"><CODE>XmlRpcMetaDataHandler</CODE></A>, should possibly excluded: 641 Otherwise, the listable handler mapping could not provide 642 meaningful replies to <code>system.methodSignature</code>, 643 and <code>system.methodHelp</code>. 644<P> 645<DD><DL> 646<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/apache/xmlrpc/metadata/XmlRpcListableHandlerMapping.html#getListMethods()">getListMethods</A></CODE> in interface <CODE><A HREF="../../../../org/apache/xmlrpc/metadata/XmlRpcListableHandlerMapping.html" title="interface in org.apache.xmlrpc.metadata">XmlRpcListableHandlerMapping</A></CODE></DL> 647</DD> 648<DD><DL> 649 650<DT><B>Throws:</B> 651<DD><CODE><A HREF="../../../../org/apache/xmlrpc/XmlRpcException.html" title="class in org.apache.xmlrpc">XmlRpcException</A></CODE> - An internal error occurred.</DL> 652</DD> 653</DL> 654<HR> 655 656<A NAME="getMethodHelp(java.lang.String)"><!-- --></A><H3> 657getMethodHelp</H3> 658<PRE> 659public java.lang.String <B>getMethodHelp</B>(java.lang.String pHandlerName) 660 throws <A HREF="../../../../org/apache/xmlrpc/XmlRpcException.html" title="class in org.apache.xmlrpc">XmlRpcException</A></PRE> 661<DL> 662<DD><B>Description copied from interface: <CODE><A HREF="../../../../org/apache/xmlrpc/metadata/XmlRpcListableHandlerMapping.html#getMethodHelp(java.lang.String)">XmlRpcListableHandlerMapping</A></CODE></B></DD> 663<DD>This method implements the introspection method 664 <code>system.methodSignature</code>, which is specified 665 as follows: 666 <cite> 667 <p>This method takes one parameter, the name of a 668 method implemented by the XML-RPC server. It 669 returns a documentation string describing the 670 use of that method. If no such string is available, 671 an empty string is returned.</p> 672 <p>The documentation string may contain HTML markup.</p> 673 </cite> 674<P> 675<DD><DL> 676<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/apache/xmlrpc/metadata/XmlRpcListableHandlerMapping.html#getMethodHelp(java.lang.String)">getMethodHelp</A></CODE> in interface <CODE><A HREF="../../../../org/apache/xmlrpc/metadata/XmlRpcListableHandlerMapping.html" title="interface in org.apache.xmlrpc.metadata">XmlRpcListableHandlerMapping</A></CODE></DL> 677</DD> 678<DD><DL> 679 680<DT><B>Throws:</B> 681<DD><CODE><A HREF="../../../../org/apache/xmlrpc/XmlRpcException.html" title="class in org.apache.xmlrpc">XmlRpcException</A></CODE></DL> 682</DD> 683</DL> 684<HR> 685 686<A NAME="getMethodSignature(java.lang.String)"><!-- --></A><H3> 687getMethodSignature</H3> 688<PRE> 689public java.lang.String[][] <B>getMethodSignature</B>(java.lang.String pHandlerName) 690 throws <A HREF="../../../../org/apache/xmlrpc/XmlRpcException.html" title="class in org.apache.xmlrpc">XmlRpcException</A></PRE> 691<DL> 692<DD><B>Description copied from interface: <CODE><A HREF="../../../../org/apache/xmlrpc/metadata/XmlRpcListableHandlerMapping.html#getMethodSignature(java.lang.String)">XmlRpcListableHandlerMapping</A></CODE></B></DD> 693<DD>This method implements the introspection method 694 <code>system.methodSignature</code>, which is specified 695 as follows: 696 <cite> 697 <p>This method takes one parameter, the name of a method 698 implemented by the XML-RPC server. It returns an array 699 of possible signatures for this method. A signature is 700 an array of types. The first of these types is the return 701 type of the method, the rest are parameters.</p> 702 <p>Multiple signatures (ie. overloading) are permitted: 703 this is the reason that an array of signatures are returned 704 by this method.</p> 705 <p>Signatures themselves are restricted to the top level 706 parameters expected by a method. For instance if a method 707 expects one array of structs as a parameter, and it returns 708 a string, its signature is simply "string, array". If it 709 expects three integers, its signature is 710 "string, int, int, int".</p> 711 <p>If no signature is defined for the method, a none-array 712 value is returned. Therefore this is the way to test for a 713 non-signature, if $resp below is the response object from 714 a method call to system.methodSignature: 715 <pre> 716 $v=$resp->value(); 717 if ($v->kindOf()!="array") { 718 // then the method did not have a signature defined 719 } 720 </pre> 721 See the introspect.php demo included in this distribution 722 for an example of using this method.</p> 723 </cite> 724<P> 725<DD><DL> 726<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/apache/xmlrpc/metadata/XmlRpcListableHandlerMapping.html#getMethodSignature(java.lang.String)">getMethodSignature</A></CODE> in interface <CODE><A HREF="../../../../org/apache/xmlrpc/metadata/XmlRpcListableHandlerMapping.html" title="interface in org.apache.xmlrpc.metadata">XmlRpcListableHandlerMapping</A></CODE></DL> 727</DD> 728<DD><DL> 729 730<DT><B>Throws:</B> 731<DD><CODE><A HREF="../../../../org/apache/xmlrpc/XmlRpcException.html" title="class in org.apache.xmlrpc">XmlRpcException</A></CODE><DT><B>See Also:</B><DD><A HREF="../../../../org/apache/xmlrpc/metadata/XmlRpcMetaDataHandler.html#getSignatures()"><CODE>XmlRpcMetaDataHandler.getSignatures()</CODE></A></DL> 732</DD> 733</DL> 734<HR> 735 736<A NAME="isVoidMethodEnabled()"><!-- --></A><H3> 737isVoidMethodEnabled</H3> 738<PRE> 739public boolean <B>isVoidMethodEnabled</B>()</PRE> 740<DL> 741<DD>Returns, whether void methods are enabled. By default, null values 742 aren't supported by XML-RPC and void methods are in fact returning 743 null (at least from the perspective of reflection). 744<P> 745<DD><DL> 746</DL> 747</DD> 748<DD><DL> 749</DL> 750</DD> 751</DL> 752<HR> 753 754<A NAME="setVoidMethodEnabled(boolean)"><!-- --></A><H3> 755setVoidMethodEnabled</H3> 756<PRE> 757public void <B>setVoidMethodEnabled</B>(boolean pVoidMethodEnabled)</PRE> 758<DL> 759<DD>Sets, whether void methods are enabled. By default, null values 760 aren't supported by XML-RPC and void methods are in fact returning 761 null (at least from the perspective of reflection). 762<P> 763<DD><DL> 764</DL> 765</DD> 766<DD><DL> 767</DL> 768</DD> 769</DL> 770<!-- ========= END OF CLASS DATA ========= --> 771<HR> 772 773 774<!-- ======= START OF BOTTOM NAVBAR ====== --> 775<A NAME="navbar_bottom"><!-- --></A> 776<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> 777<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> 778<TR> 779<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> 780<A NAME="navbar_bottom_firstrow"><!-- --></A> 781<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> 782 <TR ALIGN="center" VALIGN="top"> 783 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> 784 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> 785 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> 786 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/AbstractReflectiveHandlerMapping.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> 787 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> 788 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> 789 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> 790 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> 791 </TR> 792</TABLE> 793</TD> 794<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> 795</EM> 796</TD> 797</TR> 798 799<TR> 800<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 801 PREV CLASS 802 <A HREF="../../../../org/apache/xmlrpc/server/AbstractReflectiveHandlerMapping.AuthenticationHandler.html" title="interface in org.apache.xmlrpc.server"><B>NEXT CLASS</B></A></FONT></TD> 803<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 804 <A HREF="../../../../index.html?org/apache/xmlrpc/server/AbstractReflectiveHandlerMapping.html" target="_top"><B>FRAMES</B></A> 805 <A HREF="AbstractReflectiveHandlerMapping.html" target="_top"><B>NO FRAMES</B></A> 806 <SCRIPT type="text/javascript"> 807 <!-- 808 if(window==top) { 809 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); 810 } 811 //--> 812</SCRIPT> 813<NOSCRIPT> 814 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> 815</NOSCRIPT> 816 817 818</FONT></TD> 819</TR> 820<TR> 821<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> 822 SUMMARY: <A HREF="#nested_class_summary">NESTED</A> | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> 823<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> 824DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> 825</TR> 826</TABLE> 827<A NAME="skip-navbar_bottom"></A> 828<!-- ======== END OF BOTTOM NAVBAR ======= --> 829 830<HR> 831Copyright © 2001-2009 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved. 832</BODY> 833</HTML>