You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<description>Core API interfaces and data structures for XML for Analysis (XMLA) protocol implementation. This module defines the fundamental contracts and types used for XMLA communication between clients and OLAP servers.</description>
<description>Parent module for XMLA client implementations. Contains client-side components for communicating with XMLA servers, including SOAP message handling and web service client utilities.</description>
<description>SOAP message-based XMLA client implementation. Provides SOAP message handling, serialization, and communication capabilities for connecting to XMLA servers using web service protocols.</description>
<description>Jakarta XML Binding (JAXB) model for XMLA protocol. Provides JAXB-annotated classes and XML binding support for XMLA request/response structures and data types.</description>
<name>Daanse XMLA Jakarta XML Bind XSD Model</name>
24
+
<description>XSD-based Jakarta XML Binding model for XMLA protocol. Generates JAXB classes from XML Schema definitions, providing strongly-typed Java representations of XMLA data structures and protocol elements.</description>
<description>Record-based model implementation for XMLA protocol. Provides Java record classes for XMLA data structures, offering immutable and efficient representations of XMLA requests and responses.</description>
Copy file name to clipboardExpand all lines: pom.xml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,8 @@
24
24
<artifactId>org.eclipse.daanse.xmla</artifactId>
25
25
<version>${revision}</version>
26
26
<packaging>pom</packaging>
27
+
<name>Eclipse Daanse XMLA Protocol API and Implementation</name>
28
+
<description>Complete XMLA (XML for Analysis) protocol implementation providing standardized web service interfaces for OLAP data access. Includes comprehensive API definitions, client libraries, server adapters with multiple transport mechanisms, and Jakarta XML bindings for seamless integration with multidimensional databases and business intelligence applications.</description>
<name>Daanse XMLA Server SOAP Message Adapter</name>
24
+
<description>SOAP message adapter for XMLA server implementations. Provides conversion and adaptation layer between XMLA API calls and SOAP message format, handling serialization and protocol adaptation.</description>
<description>Authentication module for XMLA server. Provides security and authentication mechanisms for protecting XMLA endpoints, including servlet-based authentication and authorization support.</description>
Copy file name to clipboardExpand all lines: server/authentication/src/main/java/org/eclipse/daanse/xmla/server/authentication/NameToRoleAuthFilter.java
0 commit comments