Package | Description |
---|---|
mondrian.xmla |
Implements the XML for Analysis API.
|
mondrian.xmla.impl |
Modifier and Type | Method and Description |
---|---|
static XmlaException |
XmlaRequestCallback.Helper.authorizationException(Exception ex) |
Modifier and Type | Method and Description |
---|---|
static String |
XmlaException.formatFaultCode(XmlaException xex) |
Modifier and Type | Method and Description |
---|---|
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<Rowset.Row> rows) |
void |
RowsetDefinition.MdschemaCubesRowset.populateImpl(XmlaResponse response,
org.olap4j.OlapConnection connection,
List<Rowset.Row> rows) |
void |
RowsetDefinition.MdschemaFunctionsRowset.populateImpl(XmlaResponse response,
org.olap4j.OlapConnection connection,
List<Rowset.Row> rows) |
void |
RowsetDefinition.MdschemaMeasuresRowset.populateImpl(XmlaResponse response,
org.olap4j.OlapConnection connection,
List<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.
|
Modifier and Type | Method and Description |
---|---|
protected 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 void |
DefaultXmlaRequest.init(Element xmlaRoot) |
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) |
Constructor and Description |
---|
DefaultXmlaRequest(Element xmlaRoot,
String roleName,
String username,
String password,
String sessionId) |
Copyright © 2018 Hitachi Vantara. All rights reserved.