Package mondrian.xmla
Class XmlaRequestCallback.Helper
- java.lang.Object
-
- mondrian.xmla.XmlaRequestCallback.Helper
-
- Enclosing interface:
- XmlaRequestCallback
public static class XmlaRequestCallback.Helper extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Helper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static XmlaException
authorizationException(java.lang.Exception ex)
static void
generatedExpectResponse(HttpServletRequest request, HttpServletResponse response, java.util.Map<java.lang.String,java.lang.Object> context)
-
-
-
Method Detail
-
authorizationException
public static XmlaException authorizationException(java.lang.Exception ex)
-
generatedExpectResponse
public static void generatedExpectResponse(HttpServletRequest request, HttpServletResponse response, java.util.Map<java.lang.String,java.lang.Object> context) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-