Uses of Interface
mondrian.xmla.XmlaRequestCallback
Packages that use XmlaRequestCallback
-
Uses of XmlaRequestCallback in mondrian.xmla
Methods in mondrian.xmla that return types with arguments of type XmlaRequestCallbackModifier and TypeMethodDescriptionprotected final List<XmlaRequestCallback>
XmlaServlet.getCallbacks()
Returns the list of callbacks.Methods in mondrian.xmla with parameters of type XmlaRequestCallbackModifier and TypeMethodDescriptionprotected final void
XmlaServlet.addCallback
(XmlaRequestCallback callback) Registers a callback. -
Uses of XmlaRequestCallback in mondrian.xmla.impl
Classes in mondrian.xmla.impl that implement XmlaRequestCallbackModifier and TypeClassDescriptionclass
This is an abstract implementation ofXmlaRequestCallback
specialized in authenticating the requests coming in.