static 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. 
 |