defaultxmlaservlet.html

来自「基于mondrian 开源框架进行OLAP多维分析」· HTML 代码 · 共 602 行 · 第 1/4 页

HTML
602
字号
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from class javax.servlet.<A HREF="http://java.sun.com/products/servlet/2.2/javadoc/javax/servlet/GenericServlet.html" title="class or interface in javax.servlet">GenericServlet</A></B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="http://java.sun.com/products/servlet/2.2/javadoc/javax/servlet/GenericServlet.html#destroy()" title="class or interface in javax.servlet">destroy</A>, <A HREF="http://java.sun.com/products/servlet/2.2/javadoc/javax/servlet/GenericServlet.html#getInitParameter(java.lang.String)" title="class or interface in javax.servlet">getInitParameter</A>, <A HREF="http://java.sun.com/products/servlet/2.2/javadoc/javax/servlet/GenericServlet.html#getInitParameterNames()" title="class or interface in javax.servlet">getInitParameterNames</A>, <A HREF="http://java.sun.com/products/servlet/2.2/javadoc/javax/servlet/GenericServlet.html#getServletConfig()" title="class or interface in javax.servlet">getServletConfig</A>, <A HREF="http://java.sun.com/products/servlet/2.2/javadoc/javax/servlet/GenericServlet.html#getServletContext()" title="class or interface in javax.servlet">getServletContext</A>, <A HREF="http://java.sun.com/products/servlet/2.2/javadoc/javax/servlet/GenericServlet.html#getServletInfo()" title="class or interface in javax.servlet">getServletInfo</A>, <A HREF="http://java.sun.com/products/servlet/2.2/javadoc/javax/servlet/GenericServlet.html#getServletName()" title="class or interface in javax.servlet">getServletName</A>, <A HREF="http://java.sun.com/products/servlet/2.2/javadoc/javax/servlet/GenericServlet.html#init()" title="class or interface in javax.servlet">init</A>, <A HREF="http://java.sun.com/products/servlet/2.2/javadoc/javax/servlet/GenericServlet.html#log(java.lang.String)" title="class or interface in javax.servlet">log</A>, <A HREF="http://java.sun.com/products/servlet/2.2/javadoc/javax/servlet/GenericServlet.html#log(java.lang.String, java.lang.Throwable)" title="class or interface in javax.servlet">log</A></CODE></TD></TR></TABLE>&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD></TR></TABLE>&nbsp;<P><!-- ============ FIELD DETAIL =========== --><A NAME="field_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Field Detail</B></FONT></TH></TR></TABLE><A NAME="nl"><!-- --></A><H3>nl</H3><PRE>protected static final <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>nl</B></PRE><DL><DL></DL></DL><!-- ========= CONSTRUCTOR DETAIL ======== --><A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Constructor Detail</B></FONT></TH></TR></TABLE><A NAME="DefaultXmlaServlet()"><!-- --></A><H3>DefaultXmlaServlet</H3><PRE>public <B>DefaultXmlaServlet</B>()</PRE><DL></DL><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Method Detail</B></FONT></TH></TR></TABLE><A NAME="init(javax.servlet.ServletConfig)"><!-- --></A><H3>init</H3><PRE>public void <B>init</B>(<A HREF="http://java.sun.com/products/servlet/2.2/javadoc/javax/servlet/ServletConfig.html" title="class or interface in javax.servlet">ServletConfig</A>&nbsp;servletConfig)          throws <A HREF="http://java.sun.com/products/servlet/2.2/javadoc/javax/servlet/ServletException.html" title="class or interface in javax.servlet">ServletException</A></PRE><DL><DD><B>Description copied from class: <CODE><A HREF="../../../mondrian/xmla/XmlaServlet.html#init(javax.servlet.ServletConfig)">XmlaServlet</A></CODE></B></DD><DD>Initializes servlet and XML/A handler.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="http://java.sun.com/products/servlet/2.2/javadoc/javax/servlet/Servlet.html#init(javax.servlet.ServletConfig)" title="class or interface in javax.servlet">init</A></CODE> in interface <CODE><A HREF="http://java.sun.com/products/servlet/2.2/javadoc/javax/servlet/Servlet.html" title="class or interface in javax.servlet">Servlet</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../mondrian/xmla/XmlaServlet.html#init(javax.servlet.ServletConfig)">init</A></CODE> in class <CODE><A HREF="../../../mondrian/xmla/XmlaServlet.html" title="class in mondrian.xmla">XmlaServlet</A></CODE></DL></DD><DD><DL><DT><B>Throws:</B><DD><CODE><A HREF="http://java.sun.com/products/servlet/2.2/javadoc/javax/servlet/ServletException.html" title="class or interface in javax.servlet">ServletException</A></CODE></DL></DD></DL><HR><A NAME="getDocumentBuilderFactory()"><!-- --></A><H3>getDocumentBuilderFactory</H3><PRE>protected <A HREF="http://java.sun.com/javase/6/docs/api/javax/xml/parsers/DocumentBuilderFactory.html" title="class or interface in javax.xml.parsers">DocumentBuilderFactory</A> <B>getDocumentBuilderFactory</B>()</PRE><DL><DD><DL></DL></DD></DL><HR><A NAME="unmarshallSoapMessage(javax.servlet.http.HttpServletRequest, org.w3c.dom.Element[])"><!-- --></A><H3>unmarshallSoapMessage</H3><PRE>protected void <B>unmarshallSoapMessage</B>(<A HREF="http://java.sun.com/products/servlet/2.2/javadoc/javax/servlet/http/HttpServletRequest.html" title="class or interface in javax.servlet.http">HttpServletRequest</A>&nbsp;request,                                     <A HREF="http://java.sun.com/javase/6/docs/api/org/w3c/dom/Element.html" title="class or interface in org.w3c.dom">Element</A>[]&nbsp;requestSoapParts)                              throws <A HREF="../../../mondrian/xmla/XmlaException.html" title="class in mondrian.xmla">XmlaException</A></PRE><DL><DD><B>Description copied from class: <CODE><A HREF="../../../mondrian/xmla/XmlaServlet.html#unmarshallSoapMessage(javax.servlet.http.HttpServletRequest, org.w3c.dom.Element[])">XmlaServlet</A></CODE></B></DD><DD>Implement to provide application specified SOAP unmarshalling algorithm.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../mondrian/xmla/XmlaServlet.html#unmarshallSoapMessage(javax.servlet.http.HttpServletRequest, org.w3c.dom.Element[])">unmarshallSoapMessage</A></CODE> in class <CODE><A HREF="../../../mondrian/xmla/XmlaServlet.html" title="class in mondrian.xmla">XmlaServlet</A></CODE></DL></DD><DD><DL><DT><B>Throws:</B><DD><CODE><A HREF="../../../mondrian/xmla/XmlaException.html" title="class in mondrian.xmla">XmlaException</A></CODE></DL></DD></DL><HR><A NAME="handleSoapHeader(javax.servlet.http.HttpServletResponse, org.w3c.dom.Element[], byte[][], java.util.Map)"><!-- --></A><H3>handleSoapHeader</H3><PRE>protected void <B>handleSoapHeader</B>(<A HREF="http://java.sun.com/products/servlet/2.2/javadoc/javax/servlet/http/HttpServletResponse.html" title="class or interface in javax.servlet.http">HttpServletResponse</A>&nbsp;response,                                <A HREF="http://java.sun.com/javase/6/docs/api/org/w3c/dom/Element.html" title="class or interface in org.w3c.dom">Element</A>[]&nbsp;requestSoapParts,                                byte[][]&nbsp;responseSoapParts,                                <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.html" title="class or interface in java.util">Map</A>&lt;<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>,<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A>&gt;&nbsp;context)                         throws <A HREF="../../../mondrian/xmla/XmlaException.html" title="class in mondrian.xmla">XmlaException</A></PRE><DL><DD>See if there is a "mustUnderstand" header element. If there is a BeginSession element, then generate a session id and add to context Map. <p> Excel 2000 and Excel XP generate both a BeginSession, Session and EndSession mustUnderstand==1 in the "urn:schemas-microsoft-com:xml-analysis" namespace Header elements and a NamespaceCompatibility mustUnderstand==0 in the "http://schemas.microsoft.com/analysisservices/2003/xmla" namespace. Here we handle only the session Header elements<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../mondrian/xmla/XmlaServlet.html#handleSoapHeader(javax.servlet.http.HttpServletResponse, org.w3c.dom.Element[], byte[][], java.util.Map)">handleSoapHeader</A></CODE> in class <CODE><A HREF="../../../mondrian/xmla/XmlaServlet.html" title="class in mondrian.xmla">XmlaServlet</A></CODE></DL></DD><DD><DL><DT><B>Throws:</B><DD><CODE><A HREF="../../../mondrian/xmla/XmlaException.html" title="class in mondrian.xmla">XmlaException</A></CODE></DL></DD></DL><HR><A NAME="generateSessionId(java.util.Map)"><!-- --></A><H3>generateSessionId</H3>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?