/lib/docs/org/apache/xmlrpc/common/package-summary.html
HTML | 279 lines | 240 code | 23 blank | 16 comment | 0 complexity | ffba2257306f3d460d3c544c6c54dec8 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:46:00 CEST 2009 --> 6<META http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7<TITLE> 8org.apache.xmlrpc.common (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="org.apache.xmlrpc.common (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="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD> 43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> 44 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.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/client/util/package-summary.html"><B>PREV PACKAGE</B></A> 60 <A HREF="../../../../org/apache/xmlrpc/jaxb/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> 61<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 62 <A HREF="../../../../index.html?org/apache/xmlrpc/common/package-summary.html" target="_top"><B>FRAMES</B></A> 63 <A HREF="package-summary.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</TABLE> 79<A NAME="skip-navbar_top"></A> 80<!-- ========= END OF TOP NAVBAR ========= --> 81 82<HR> 83<H2> 84Package org.apache.xmlrpc.common 85</H2> 86 87<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 88<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 89<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> 90<B>Interface Summary</B></FONT></TH> 91</TR> 92<TR BGCOLOR="white" CLASS="TableRowColor"> 93<TD WIDTH="15%"><B><A HREF="../../../../org/apache/xmlrpc/common/ServerStreamConnection.html" title="interface in org.apache.xmlrpc.common">ServerStreamConnection</A></B></TD> 94<TD>Interface of an object, which is able to provide 95 an XML stream, containing an XML-RPC request.</TD> 96</TR> 97<TR BGCOLOR="white" CLASS="TableRowColor"> 98<TD WIDTH="15%"><B><A HREF="../../../../org/apache/xmlrpc/common/TypeConverter.html" title="interface in org.apache.xmlrpc.common">TypeConverter</A></B></TD> 99<TD>A <A HREF="../../../../org/apache/xmlrpc/common/TypeConverter.html" title="interface in org.apache.xmlrpc.common"><CODE>TypeConverter</CODE></A> is used when actually calling the 100 handler method or actually returning the result object.</TD> 101</TR> 102<TR BGCOLOR="white" CLASS="TableRowColor"> 103<TD WIDTH="15%"><B><A HREF="../../../../org/apache/xmlrpc/common/TypeConverterFactory.html" title="interface in org.apache.xmlrpc.common">TypeConverterFactory</A></B></TD> 104<TD>A <A HREF="../../../../org/apache/xmlrpc/common/TypeConverterFactory.html" title="interface in org.apache.xmlrpc.common"><CODE>TypeConverterFactory</CODE></A> is called for creating instances 105 of <A HREF="../../../../org/apache/xmlrpc/common/TypeConverter.html" title="interface in org.apache.xmlrpc.common"><CODE>TypeConverter</CODE></A>.</TD> 106</TR> 107<TR BGCOLOR="white" CLASS="TableRowColor"> 108<TD WIDTH="15%"><B><A HREF="../../../../org/apache/xmlrpc/common/TypeFactory.html" title="interface in org.apache.xmlrpc.common">TypeFactory</A></B></TD> 109<TD>A type factory creates serializers or handlers, based on the object 110 type.</TD> 111</TR> 112<TR BGCOLOR="white" CLASS="TableRowColor"> 113<TD WIDTH="15%"><B><A HREF="../../../../org/apache/xmlrpc/common/XmlRpcHttpConfig.html" title="interface in org.apache.xmlrpc.common">XmlRpcHttpConfig</A></B></TD> 114<TD>Interface of a configuration for HTTP requests.</TD> 115</TR> 116<TR BGCOLOR="white" CLASS="TableRowColor"> 117<TD WIDTH="15%"><B><A HREF="../../../../org/apache/xmlrpc/common/XmlRpcHttpRequestConfig.html" title="interface in org.apache.xmlrpc.common">XmlRpcHttpRequestConfig</A></B></TD> 118<TD>Extension of <A HREF="../../../../org/apache/xmlrpc/client/XmlRpcClientConfig.html" title="interface in org.apache.xmlrpc.client"><CODE>XmlRpcClientConfig</CODE></A> 119 for HTTP based transport.</TD> 120</TR> 121<TR BGCOLOR="white" CLASS="TableRowColor"> 122<TD WIDTH="15%"><B><A HREF="../../../../org/apache/xmlrpc/common/XmlRpcRequestProcessor.html" title="interface in org.apache.xmlrpc.common">XmlRpcRequestProcessor</A></B></TD> 123<TD>Interface of an object, which is able to process 124 XML-RPC requests.</TD> 125</TR> 126<TR BGCOLOR="white" CLASS="TableRowColor"> 127<TD WIDTH="15%"><B><A HREF="../../../../org/apache/xmlrpc/common/XmlRpcRequestProcessorFactory.html" title="interface in org.apache.xmlrpc.common">XmlRpcRequestProcessorFactory</A></B></TD> 128<TD>Interface of an object, which may be used 129 to create instances of <A HREF="../../../../org/apache/xmlrpc/common/XmlRpcRequestProcessor.html" title="interface in org.apache.xmlrpc.common"><CODE>XmlRpcRequestProcessor</CODE></A>.</TD> 130</TR> 131<TR BGCOLOR="white" CLASS="TableRowColor"> 132<TD WIDTH="15%"><B><A HREF="../../../../org/apache/xmlrpc/common/XmlRpcStreamConfig.html" title="interface in org.apache.xmlrpc.common">XmlRpcStreamConfig</A></B></TD> 133<TD>Interface of a configuration for a stream based transport.</TD> 134</TR> 135<TR BGCOLOR="white" CLASS="TableRowColor"> 136<TD WIDTH="15%"><B><A HREF="../../../../org/apache/xmlrpc/common/XmlRpcStreamRequestConfig.html" title="interface in org.apache.xmlrpc.common">XmlRpcStreamRequestConfig</A></B></TD> 137<TD>Interface of a client configuration for a transport, which 138 is implemented by writing to a stream.</TD> 139</TR> 140<TR BGCOLOR="white" CLASS="TableRowColor"> 141<TD WIDTH="15%"><B><A HREF="../../../../org/apache/xmlrpc/common/XmlRpcStreamRequestProcessor.html" title="interface in org.apache.xmlrpc.common">XmlRpcStreamRequestProcessor</A></B></TD> 142<TD>An instance of <A HREF="../../../../org/apache/xmlrpc/common/XmlRpcRequestProcessor.html" title="interface in org.apache.xmlrpc.common"><CODE>XmlRpcRequestProcessor</CODE></A>, 143 which is processing an XML stream.</TD> 144</TR> 145<TR BGCOLOR="white" CLASS="TableRowColor"> 146<TD WIDTH="15%"><B><A HREF="../../../../org/apache/xmlrpc/common/XmlRpcWorker.html" title="interface in org.apache.xmlrpc.common">XmlRpcWorker</A></B></TD> 147<TD>An object, which executes requests on the controllers 148 behalf.</TD> 149</TR> 150</TABLE> 151 152 153<P> 154 155<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 156<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 157<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> 158<B>Class Summary</B></FONT></TH> 159</TR> 160<TR BGCOLOR="white" CLASS="TableRowColor"> 161<TD WIDTH="15%"><B><A HREF="../../../../org/apache/xmlrpc/common/LocalStreamConnection.html" title="class in org.apache.xmlrpc.common">LocalStreamConnection</A></B></TD> 162<TD>Implementation of <A HREF="../../../../org/apache/xmlrpc/common/ServerStreamConnection.html" title="interface in org.apache.xmlrpc.common"><CODE>ServerStreamConnection</CODE></A> for 163 use by the 164 <A HREF="../../../../org/apache/xmlrpc/client/XmlRpcLocalStreamTransport.html" title="class in org.apache.xmlrpc.client"><CODE>XmlRpcLocalStreamTransport</CODE></A>.</TD> 165</TR> 166<TR BGCOLOR="white" CLASS="TableRowColor"> 167<TD WIDTH="15%"><B><A HREF="../../../../org/apache/xmlrpc/common/TypeConverterFactoryImpl.html" title="class in org.apache.xmlrpc.common">TypeConverterFactoryImpl</A></B></TD> 168<TD>Default implementation of <A HREF="../../../../org/apache/xmlrpc/common/TypeConverterFactory.html" title="interface in org.apache.xmlrpc.common"><CODE>TypeConverterFactory</CODE></A>.</TD> 169</TR> 170<TR BGCOLOR="white" CLASS="TableRowColor"> 171<TD WIDTH="15%"><B><A HREF="../../../../org/apache/xmlrpc/common/TypeFactoryImpl.html" title="class in org.apache.xmlrpc.common">TypeFactoryImpl</A></B></TD> 172<TD>Default implementation of a type factory.</TD> 173</TR> 174<TR BGCOLOR="white" CLASS="TableRowColor"> 175<TD WIDTH="15%"><B><A HREF="../../../../org/apache/xmlrpc/common/XmlRpcController.html" title="class in org.apache.xmlrpc.common">XmlRpcController</A></B></TD> 176<TD>A common base class for 177 <A HREF="../../../../org/apache/xmlrpc/server/XmlRpcServer.html" title="class in org.apache.xmlrpc.server"><CODE>XmlRpcServer</CODE></A> and 178 <A HREF="../../../../org/apache/xmlrpc/client/XmlRpcClient.html" title="class in org.apache.xmlrpc.client"><CODE>XmlRpcClient</CODE></A>.</TD> 179</TR> 180<TR BGCOLOR="white" CLASS="TableRowColor"> 181<TD WIDTH="15%"><B><A HREF="../../../../org/apache/xmlrpc/common/XmlRpcHttpRequestConfigImpl.html" title="class in org.apache.xmlrpc.common">XmlRpcHttpRequestConfigImpl</A></B></TD> 182<TD>Default implementation of a request configuration.</TD> 183</TR> 184<TR BGCOLOR="white" CLASS="TableRowColor"> 185<TD WIDTH="15%"><B><A HREF="../../../../org/apache/xmlrpc/common/XmlRpcWorkerFactory.html" title="class in org.apache.xmlrpc.common">XmlRpcWorkerFactory</A></B></TD> 186<TD>A factory for <A HREF="../../../../org/apache/xmlrpc/common/XmlRpcWorker.html" title="interface in org.apache.xmlrpc.common"><CODE>XmlRpcWorker</CODE></A> instances.</TD> 187</TR> 188</TABLE> 189 190 191<P> 192 193<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 194<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 195<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> 196<B>Exception Summary</B></FONT></TH> 197</TR> 198<TR BGCOLOR="white" CLASS="TableRowColor"> 199<TD WIDTH="15%"><B><A HREF="../../../../org/apache/xmlrpc/common/XmlRpcExtensionException.html" title="class in org.apache.xmlrpc.common">XmlRpcExtensionException</A></B></TD> 200<TD>This exception is thrown, if an attempt to use extensions 201 is made, but extensions aren't explicitly enabled.</TD> 202</TR> 203<TR BGCOLOR="white" CLASS="TableRowColor"> 204<TD WIDTH="15%"><B><A HREF="../../../../org/apache/xmlrpc/common/XmlRpcInvocationException.html" title="class in org.apache.xmlrpc.common">XmlRpcInvocationException</A></B></TD> 205<TD>This exception is thrown, if the server catches an exception, which 206 is thrown by the handler.</TD> 207</TR> 208<TR BGCOLOR="white" CLASS="TableRowColor"> 209<TD WIDTH="15%"><B><A HREF="../../../../org/apache/xmlrpc/common/XmlRpcLoadException.html" title="class in org.apache.xmlrpc.common">XmlRpcLoadException</A></B></TD> 210<TD>This exception is thrown, if the clients or servers maximum 211 number of concurrent threads is exceeded.</TD> 212</TR> 213<TR BGCOLOR="white" CLASS="TableRowColor"> 214<TD WIDTH="15%"><B><A HREF="../../../../org/apache/xmlrpc/common/XmlRpcNotAuthorizedException.html" title="class in org.apache.xmlrpc.common">XmlRpcNotAuthorizedException</A></B></TD> 215<TD>This exception must be thrown, if the user isn't authenticated.</TD> 216</TR> 217</TABLE> 218 219 220<P> 221<DL> 222</DL> 223<HR> 224 225 226<!-- ======= START OF BOTTOM NAVBAR ====== --> 227<A NAME="navbar_bottom"><!-- --></A> 228<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> 229<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> 230<TR> 231<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> 232<A NAME="navbar_bottom_firstrow"><!-- --></A> 233<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> 234 <TR ALIGN="center" VALIGN="top"> 235 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> 236 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD> 237 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> 238 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> 239 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> 240 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> 241 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> 242 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> 243 </TR> 244</TABLE> 245</TD> 246<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> 247</EM> 248</TD> 249</TR> 250 251<TR> 252<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 253 <A HREF="../../../../org/apache/xmlrpc/client/util/package-summary.html"><B>PREV PACKAGE</B></A> 254 <A HREF="../../../../org/apache/xmlrpc/jaxb/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> 255<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 256 <A HREF="../../../../index.html?org/apache/xmlrpc/common/package-summary.html" target="_top"><B>FRAMES</B></A> 257 <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> 258 <SCRIPT type="text/javascript"> 259 <!-- 260 if(window==top) { 261 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); 262 } 263 //--> 264</SCRIPT> 265<NOSCRIPT> 266 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> 267</NOSCRIPT> 268 269 270</FONT></TD> 271</TR> 272</TABLE> 273<A NAME="skip-navbar_bottom"></A> 274<!-- ======== END OF BOTTOM NAVBAR ======= --> 275 276<HR> 277Copyright © 2001-2009 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved. 278</BODY> 279</HTML>