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 voidXmlaServlet.addCallback(XmlaRequestCallback callback) Registers a callback. - 
Uses of XmlaRequestCallback in mondrian.xmla.impl
Classes in mondrian.xmla.impl that implement XmlaRequestCallbackModifier and TypeClassDescriptionclassThis is an abstract implementation ofXmlaRequestCallbackspecialized in authenticating the requests coming in.