Uses of Interface
mondrian.xmla.XmlaRequestCallback
- 
Packages that use XmlaRequestCallback Package Description mondrian.xmla Implements the XML for Analysis API.mondrian.xmla.impl  - 
- 
Uses of XmlaRequestCallback in mondrian.xmla
Methods in mondrian.xmla that return types with arguments of type XmlaRequestCallback Modifier and Type Method Description protected List<XmlaRequestCallback>XmlaServlet. getCallbacks()Returns the list of callbacks.Methods in mondrian.xmla with parameters of type XmlaRequestCallback Modifier and Type Method Description protected voidXmlaServlet. addCallback(XmlaRequestCallback callback)Registers a callback. - 
Uses of XmlaRequestCallback in mondrian.xmla.impl
Classes in mondrian.xmla.impl that implement XmlaRequestCallback Modifier and Type Class Description classAuthenticatingXmlaRequestCallbackThis is an abstract implementation ofXmlaRequestCallbackspecialized in authenticating the requests coming in. 
 -