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 XmlaExceptionXmlaRequestCallback.Helper.authorizationException(Exception ex) Methods in mondrian.xmla with parameters of type XmlaExceptionMethods in mondrian.xmla that throw XmlaExceptionModifier and TypeMethodDescriptionstatic voidXmlaUtil.element2Text(Element elem, StringWriter writer) protected org.olap4j.OlapConnectionXmlaHandler.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.OlapConnectionXmlaHandler.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 voidXmlaServlet.handleSoapBody(javax.servlet.http.HttpServletResponse response, Element[] requestSoapParts, byte[][] responseSoapParts, Map<String, Object> context) Implement to handle XML/A request.protected abstract voidXmlaServlet.handleSoapHeader(javax.servlet.http.HttpServletResponse response, Element[] requestSoapParts, byte[][] responseSoapParts, Map<String, Object> context) Implement to handle application specified SOAP header.protected abstract voidXmlaServlet.marshallSoapMessage(javax.servlet.http.HttpServletResponse response, byte[][] responseSoapParts, Enumeration.ResponseMimeType responseMimeType) Implement to provide application specified SOAP marshalling algorithm.protected voidRowsetDefinition.MdschemaMeasuresRowset.populateCatalog(org.olap4j.OlapConnection connection, org.olap4j.metadata.Catalog catalog, List<mondrian.xmla.Rowset.Row> rows) voidRowsetDefinition.MdschemaCubesRowset.populateImpl(XmlaResponse response, org.olap4j.OlapConnection connection, List<mondrian.xmla.Rowset.Row> rows) voidRowsetDefinition.MdschemaFunctionsRowset.populateImpl(XmlaResponse response, org.olap4j.OlapConnection connection, List<mondrian.xmla.Rowset.Row> rows) voidRowsetDefinition.MdschemaMeasuresRowset.populateImpl(XmlaResponse response, org.olap4j.OlapConnection connection, List<mondrian.xmla.Rowset.Row> rows) voidXmlaHandler.process(XmlaRequest request, XmlaResponse response) Processes a request.static ElementXmlaUtil.stream2Element(InputStream stream) static ElementXmlaUtil.text2Element(String text) protected abstract voidXmlaServlet.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 voidDefaultXmlaServlet.handleSoapBody(javax.servlet.http.HttpServletResponse response, Element[] requestSoapParts, byte[][] responseSoapParts, Map<String, Object> context) protected voidDefaultXmlaServlet.handleSoapHeader(javax.servlet.http.HttpServletResponse response, Element[] requestSoapParts, byte[][] responseSoapParts, Map<String, Object> context) Implement to handle application specified SOAP header.protected final voidprotected voidDefaultXmlaServlet.marshallSoapMessage(javax.servlet.http.HttpServletResponse response, byte[][] responseSoapParts, Enumeration.ResponseMimeType responseMimeType) protected voidDefaultXmlaServlet.unmarshallSoapMessage(javax.servlet.http.HttpServletRequest request, Element[] requestSoapParts) Constructors in mondrian.xmla.impl that throw XmlaException