/lib/docs/org/apache/xmlrpc/webserver/package-summary.html
HTML | 220 lines | 183 code | 21 blank | 16 comment | 0 complexity | cfd8d7ad6266ac593257edafd76e47d3 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.webserver (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.webserver (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/util/package-summary.html"><B>PREV PACKAGE</B></A> 60 NEXT PACKAGE</FONT></TD> 61<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 62 <A HREF="../../../../index.html?org/apache/xmlrpc/webserver/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.webserver 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>Class Summary</B></FONT></TH> 91</TR> 92<TR BGCOLOR="white" CLASS="TableRowColor"> 93<TD WIDTH="15%"><B><A HREF="../../../../org/apache/xmlrpc/webserver/Connection.html" title="class in org.apache.xmlrpc.webserver">Connection</A></B></TD> 94<TD>Handler for a single clients connection.</TD> 95</TR> 96<TR BGCOLOR="white" CLASS="TableRowColor"> 97<TD WIDTH="15%"><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html" title="class in org.apache.xmlrpc.webserver">HttpServletRequestImpl</A></B></TD> 98<TD>Stub implementation of a <CODE>HttpServletRequest</CODE> 99 with lots of unimplemented methods.</TD> 100</TR> 101<TR BGCOLOR="white" CLASS="TableRowColor"> 102<TD WIDTH="15%"><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletResponseImpl.html" title="class in org.apache.xmlrpc.webserver">HttpServletResponseImpl</A></B></TD> 103<TD>Stub implementation of a <CODE>HttpServletResponse</CODE> 104 with lots of unimplemented methods.</TD> 105</TR> 106<TR BGCOLOR="white" CLASS="TableRowColor"> 107<TD WIDTH="15%"><B><A HREF="../../../../org/apache/xmlrpc/webserver/RequestData.html" title="class in org.apache.xmlrpc.webserver">RequestData</A></B></TD> 108<TD>Web servers extension of 109 <A HREF="../../../../org/apache/xmlrpc/common/XmlRpcHttpRequestConfig.html" title="interface in org.apache.xmlrpc.common"><CODE>XmlRpcHttpRequestConfig</CODE></A>, 110 which allows to store additional per request data.</TD> 111</TR> 112<TR BGCOLOR="white" CLASS="TableRowColor"> 113<TD WIDTH="15%"><B><A HREF="../../../../org/apache/xmlrpc/webserver/ServletConnection.html" title="class in org.apache.xmlrpc.webserver">ServletConnection</A></B></TD> 114<TD><A HREF="../../../../org/apache/xmlrpc/webserver/ServletWebServer.html" title="class in org.apache.xmlrpc.webserver"><CODE>ServletWebServer's</CODE></A> 115 <A HREF="../../../../org/apache/xmlrpc/util/ThreadPool.Task.html" title="interface in org.apache.xmlrpc.util"><CODE>ThreadPool.Task</CODE></A> for handling a single 116 servlet connection.</TD> 117</TR> 118<TR BGCOLOR="white" CLASS="TableRowColor"> 119<TD WIDTH="15%"><B><A HREF="../../../../org/apache/xmlrpc/webserver/ServletWebServer.html" title="class in org.apache.xmlrpc.webserver">ServletWebServer</A></B></TD> 120<TD>This is a subclass of the <A HREF="../../../../org/apache/xmlrpc/webserver/WebServer.html" title="class in org.apache.xmlrpc.webserver"><CODE>WebServer</CODE></A>, which offers a minimal 121 servlet API.</TD> 122</TR> 123<TR BGCOLOR="white" CLASS="TableRowColor"> 124<TD WIDTH="15%"><B><A HREF="../../../../org/apache/xmlrpc/webserver/WebServer.html" title="class in org.apache.xmlrpc.webserver">WebServer</A></B></TD> 125<TD>The <A HREF="../../../../org/apache/xmlrpc/webserver/WebServer.html" title="class in org.apache.xmlrpc.webserver"><CODE>WebServer</CODE></A> is a minimal HTTP server, that might be used 126 as an embedded web server.</TD> 127</TR> 128<TR BGCOLOR="white" CLASS="TableRowColor"> 129<TD WIDTH="15%"><B><A HREF="../../../../org/apache/xmlrpc/webserver/XmlRpcServlet.html" title="class in org.apache.xmlrpc.webserver">XmlRpcServlet</A></B></TD> 130<TD>A default servlet implementation The typical use would 131 be to derive a subclass, which is overwriting at least the 132 method <A HREF="../../../../org/apache/xmlrpc/webserver/XmlRpcServlet.html#newXmlRpcHandlerMapping()"><CODE>XmlRpcServlet.newXmlRpcHandlerMapping()</CODE></A>.</TD> 133</TR> 134<TR BGCOLOR="white" CLASS="TableRowColor"> 135<TD WIDTH="15%"><B><A HREF="../../../../org/apache/xmlrpc/webserver/XmlRpcServletServer.html" title="class in org.apache.xmlrpc.webserver">XmlRpcServletServer</A></B></TD> 136<TD>An extension of <A HREF="../../../../org/apache/xmlrpc/server/XmlRpcServer.html" title="class in org.apache.xmlrpc.server"><CODE>XmlRpcServer</CODE></A>, 137 which is suitable for processing servlet requests.</TD> 138</TR> 139<TR BGCOLOR="white" CLASS="TableRowColor"> 140<TD WIDTH="15%"><B><A HREF="../../../../org/apache/xmlrpc/webserver/XmlRpcServletServer.ServletStreamConnection.html" title="class in org.apache.xmlrpc.webserver">XmlRpcServletServer.ServletStreamConnection</A></B></TD> 141<TD> </TD> 142</TR> 143</TABLE> 144 145 146<P> 147 148<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 149<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 150<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> 151<B>Exception Summary</B></FONT></TH> 152</TR> 153<TR BGCOLOR="white" CLASS="TableRowColor"> 154<TD WIDTH="15%"><B><A HREF="../../../../org/apache/xmlrpc/webserver/ServletWebServer.Exception.html" title="class in org.apache.xmlrpc.webserver">ServletWebServer.Exception</A></B></TD> 155<TD>This exception is thrown by the request handling classes, 156 advising the server, that it should return an error response.</TD> 157</TR> 158</TABLE> 159 160 161<P> 162<DL> 163</DL> 164<HR> 165 166 167<!-- ======= START OF BOTTOM NAVBAR ====== --> 168<A NAME="navbar_bottom"><!-- --></A> 169<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> 170<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> 171<TR> 172<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> 173<A NAME="navbar_bottom_firstrow"><!-- --></A> 174<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> 175 <TR ALIGN="center" VALIGN="top"> 176 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> 177 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD> 178 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> 179 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> 180 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> 181 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> 182 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> 183 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> 184 </TR> 185</TABLE> 186</TD> 187<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> 188</EM> 189</TD> 190</TR> 191 192<TR> 193<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 194 <A HREF="../../../../org/apache/xmlrpc/util/package-summary.html"><B>PREV PACKAGE</B></A> 195 NEXT PACKAGE</FONT></TD> 196<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 197 <A HREF="../../../../index.html?org/apache/xmlrpc/webserver/package-summary.html" target="_top"><B>FRAMES</B></A> 198 <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> 199 <SCRIPT type="text/javascript"> 200 <!-- 201 if(window==top) { 202 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); 203 } 204 //--> 205</SCRIPT> 206<NOSCRIPT> 207 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> 208</NOSCRIPT> 209 210 211</FONT></TD> 212</TR> 213</TABLE> 214<A NAME="skip-navbar_bottom"></A> 215<!-- ======== END OF BOTTOM NAVBAR ======= --> 216 217<HR> 218Copyright © 2001-2009 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved. 219</BODY> 220</HTML>