Uses of Class
mondrian.xmla.XmlaServlet.Phase
-
Packages that use XmlaServlet.Phase Package Description mondrian.xmla Implements the XML for Analysis API.mondrian.xmla.impl -
-
Uses of XmlaServlet.Phase in mondrian.xmla
Methods in mondrian.xmla that return XmlaServlet.Phase Modifier and Type Method Description static XmlaServlet.PhaseXmlaServlet.Phase. valueOf(String name)Returns the enum constant of this type with the specified name.static XmlaServlet.Phase[]XmlaServlet.Phase. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in mondrian.xmla with parameters of type XmlaServlet.Phase Modifier and Type Method Description protected abstract voidXmlaServlet. handleFault(javax.servlet.http.HttpServletResponse response, byte[][] responseSoapParts, XmlaServlet.Phase phase, Throwable t)Implement to application specified handler of SOAP fualt. -
Uses of XmlaServlet.Phase in mondrian.xmla.impl
Methods in mondrian.xmla.impl with parameters of type XmlaServlet.Phase Modifier and Type Method Description protected voidDefaultXmlaServlet. handleFault(javax.servlet.http.HttpServletResponse response, byte[][] responseSoapParts, XmlaServlet.Phase phase, Throwable t)This produces a SOAP 1.1 version Fault element - not a 1.2 version.
-