Uses of Enum Class
mondrian.xmla.XmlaServlet.Phase
Packages that use XmlaServlet.Phase
-
Uses of XmlaServlet.Phase in mondrian.xmla
Methods in mondrian.xmla that return XmlaServlet.PhaseModifier and TypeMethodDescriptionstatic XmlaServlet.Phase
Returns the enum constant of this class with the specified name.static XmlaServlet.Phase[]
XmlaServlet.Phase.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in mondrian.xmla with parameters of type XmlaServlet.PhaseModifier and TypeMethodDescriptionprotected abstract void
XmlaServlet.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.PhaseModifier and TypeMethodDescriptionprotected void
DefaultXmlaServlet.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.