Uses of Enum Class
mondrian.xmla.XmlaServlet.Phase
-
Uses of XmlaServlet.Phase in mondrian.xmla
Modifier 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.Modifier 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
Modifier 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.