Package mondrian.xmla

Implements the XML for Analysis API.

See:
          Description

Interface Summary
Enumeration.EnumWithDesc  
Enumeration.EnumWithName  
Enumeration.EnumWithOrdinal  
SaxWriter SaxWriter is similar to a SAX ContentHandler which, perversely, converts its events into an output document.
XmlaConstants Constants for XML/A.
XmlaRequest XML/A request interface.
XmlaRequestCallback Extract data from HTTP request, SOAP header for following XML/A request.

Fill context binding with whatever data you want, then use them in XmlaServlet.handleSoapHeader(javax.servlet.http.HttpServletResponse, org.w3c.dom.Element[], byte[][], java.util.Map) and XmlaServlet.handleSoapBody(javax.servlet.http.HttpServletResponse, org.w3c.dom.Element[], byte[][], java.util.Map).

XmlaResponse XML/A response interface.
 

Class Summary
DataSourcesConfig This is the XML model for XMLA DataSources Configuration.
DataSourcesConfig.Catalog  
DataSourcesConfig.Catalogs The list of catalogs associated with a data source.
DataSourcesConfig.DataSource Definition of a data source.
DataSourcesConfig.DataSources The list of data sources supported by XMLA service.
Enumeration Contains inner classes which define enumerations used in XML for Analysis.
Rowset Base class for an XML for Analysis schema rowset.
Rowset.RestrictionTest Extensions to this abstract class implement a restriction test for each Rowset's discovery request.
Rowset.Row A set of name/value pairs, which can be output using Rowset.addRow(mondrian.xmla.Rowset.Row, java.util.List).
Rowset.XmlElement Holder for non-scalar column values of a Rowset.Row.
RowsetDefinition.Column  
RowsetDefinition.DbschemaCatalogsRowset  
RowsetDefinition.DbschemaColumnsRowset  
RowsetDefinition.DbschemaProviderTypesRowset  
RowsetDefinition.DbschemaSchemataRowset  
RowsetDefinition.DbschemaTablesInfoRowset  
RowsetDefinition.DbschemaTablesRowset  
RowsetDefinition.DiscoverDatasourcesRowset  
RowsetDefinition.DiscoverEnumeratorsRowset  
RowsetDefinition.DiscoverKeywordsRowset  
RowsetDefinition.DiscoverLiteralsRowset  
RowsetDefinition.DiscoverPropertiesRowset  
RowsetDefinition.DiscoverSchemaRowsetsRowset  
RowsetDefinition.MdschemaActionsRowset  
RowsetDefinition.MdschemaCubesRowset  
RowsetDefinition.MdschemaDimensionsRowset  
RowsetDefinition.MdschemaFunctionsRowset  
RowsetDefinition.MdschemaHierarchiesRowset  
RowsetDefinition.MdschemaLevelsRowset  
RowsetDefinition.MdschemaMeasuresRowset  
RowsetDefinition.MdschemaMembersRowset  
RowsetDefinition.MdschemaPropertiesRowset  
RowsetDefinition.MdschemaSetsRowset  
XmlaHandler An XmlaHandler responds to XML for Analysis (XML/A) requests.
XmlaHandler.CellColumnHandler Callback to handle one column, representing the combination of a level and a property (e.g.
XmlaHandler.Column  
XmlaHandler.ColumnHandler  
XmlaHandler.MDDataSet  
XmlaHandler.MDDataSet_Multidimensional  
XmlaHandler.MDDataSet_Tabular  
XmlaHandler.MemberColumnHandler Callback to handle one column, representing the combination of a level and a property (e.g.
XmlaHandler.TabularRowSet  
XmlaHandler.ValueInfo Takes a DataType String (null, Integer, Numeric or non-null) and Value Object (Integer, Double, String, other) and canonicalizes them to XSD data type and corresponding object.
XmlaRequestCallback.Helper  
XmlaServlet Base XML/A servlet.
XmlaUtil Utility methods for XML/A implementation.
XmlaUtil.MetadataRowset Result of a metadata query.
XmlaUtil.Wildcard Wrapper which indicates that a restriction is to be treated as a SQL-style wildcard match.
 

Enum Summary
Enumeration.Access  
Enumeration.AuthenticationMode  
Enumeration.AxisFormat  
Enumeration.Content  
Enumeration.Format  
Enumeration.Literal  
Enumeration.MDXSupport  
Enumeration.Methods  
Enumeration.ProviderType  
Enumeration.StateSupport  
Enumeration.TreeOp  
Enumeration.VisualMode  
PropertyDefinition Defines an XML for Analysis Property.
RowsetDefinition RowsetDefinition defines a rowset, including the columns it should contain.
RowsetDefinition.DBType The only OLE DB Types Indicators returned by SQL Server are thoses coded below.
RowsetDefinition.MdschemaFunctionsRowset.VarType http://www.csidata.com/custserv/onlinehelp/VBSdocs/vbs57.htm
RowsetDefinition.Type  
XmlaServlet.Phase  
 

Exception Summary
XmlaException An exception thrown while processing an XMLA request.
 

Package mondrian.xmla Description

Implements the XML for Analysis API.

 

SourceForge.net_Logo