Uses of Class
mondrian.xmla.XmlaException
Packages that use XmlaException
-
Uses of XmlaException in mondrian.xmla
Methods in mondrian.xmla that return XmlaExceptionModifier and TypeMethodDescriptionstatic XmlaException
XmlaRequestCallback.Helper.authorizationException
(Exception ex) Methods in mondrian.xmla with parameters of type XmlaExceptionMethods in mondrian.xmla that throw XmlaExceptionModifier and TypeMethodDescriptionstatic void
XmlaUtil.element2Text
(Element elem, StringWriter writer) protected org.olap4j.OlapConnection
XmlaHandler.getConnection
(String catalog, String schema, String role) Gets a Connection given a catalog (and implicitly the catalog's data source) and the name of a user role.protected org.olap4j.OlapConnection
XmlaHandler.getConnection
(String catalog, String schema, String role, Properties props) Gets a Connection given a catalog (and implicitly the catalog's data source) and the name of a user role.protected abstract void
XmlaServlet.handleSoapBody
(javax.servlet.http.HttpServletResponse response, Element[] requestSoapParts, byte[][] responseSoapParts, Map<String, Object> context) Implement to handle XML/A request.protected abstract void
XmlaServlet.handleSoapHeader
(javax.servlet.http.HttpServletResponse response, Element[] requestSoapParts, byte[][] responseSoapParts, Map<String, Object> context) Implement to handle application specified SOAP header.protected abstract void
XmlaServlet.marshallSoapMessage
(javax.servlet.http.HttpServletResponse response, byte[][] responseSoapParts, Enumeration.ResponseMimeType responseMimeType) Implement to provide application specified SOAP marshalling algorithm.protected void
RowsetDefinition.MdschemaMeasuresRowset.populateCatalog
(org.olap4j.OlapConnection connection, org.olap4j.metadata.Catalog catalog, List<mondrian.xmla.Rowset.Row> rows) void
RowsetDefinition.MdschemaCubesRowset.populateImpl
(XmlaResponse response, org.olap4j.OlapConnection connection, List<mondrian.xmla.Rowset.Row> rows) void
RowsetDefinition.MdschemaFunctionsRowset.populateImpl
(XmlaResponse response, org.olap4j.OlapConnection connection, List<mondrian.xmla.Rowset.Row> rows) void
RowsetDefinition.MdschemaMeasuresRowset.populateImpl
(XmlaResponse response, org.olap4j.OlapConnection connection, List<mondrian.xmla.Rowset.Row> rows) void
XmlaHandler.process
(XmlaRequest request, XmlaResponse response) Processes a request.static Element
XmlaUtil.stream2Element
(InputStream stream) static Element
XmlaUtil.text2Element
(String text) protected abstract void
XmlaServlet.unmarshallSoapMessage
(javax.servlet.http.HttpServletRequest request, Element[] requestSoapParts) Implement to provide application specified SOAP unmarshalling algorithm. -
Uses of XmlaException in mondrian.xmla.impl
Methods in mondrian.xmla.impl that throw XmlaExceptionModifier and TypeMethodDescriptionprotected void
DefaultXmlaServlet.handleSoapBody
(javax.servlet.http.HttpServletResponse response, Element[] requestSoapParts, byte[][] responseSoapParts, Map<String, Object> context) protected void
DefaultXmlaServlet.handleSoapHeader
(javax.servlet.http.HttpServletResponse response, Element[] requestSoapParts, byte[][] responseSoapParts, Map<String, Object> context) Implement to handle application specified SOAP header.protected final void
protected void
DefaultXmlaServlet.marshallSoapMessage
(javax.servlet.http.HttpServletResponse response, byte[][] responseSoapParts, Enumeration.ResponseMimeType responseMimeType) protected void
DefaultXmlaServlet.unmarshallSoapMessage
(javax.servlet.http.HttpServletRequest request, Element[] requestSoapParts) Constructors in mondrian.xmla.impl that throw XmlaException