File tree Expand file tree Collapse file tree 3 files changed +26
-3
lines changed
server/adapter.soapmessage/src/main/java/org/eclipse/daanse/xmla/server/adapter/soapmessage Expand file tree Collapse file tree 3 files changed +26
-3
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" ?>
2+ <!--
3+ /*********************************************************************
4+ * Copyright (c) 2025 Contributors to the Eclipse Foundation.
5+ *
6+ * This program and the accompanying materials are made
7+ * available under the terms of the Eclipse Public License 2.0
8+ * which is available at https://www.eclipse.org/legal/epl-2.0/
9+ *
10+ * SPDX-License-Identifier: EPL-2.0
11+ **********************************************************************/
12+ -->
113<project xmlns =" http://maven.apache.org/POM/4.0.0"
214 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
315 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (c) 2023 Contributors to the Eclipse Foundation.
3+ *
4+ * This program and the accompanying materials are made
5+ * available under the terms of the Eclipse Public License 2.0
6+ * which is available at https://www.eclipse.org/legal/epl-2.0/
7+ *
8+ * SPDX-License-Identifier: EPL-2.0
9+ *
10+ * Contributors:
11+ * SmartCity Jena - initial
12+ * Stefan Bischof (bipolis.org) - initial
13+ */
114package org .eclipse .daanse .xmla .server .adapter .soapmessage .execute .converter ;
Original file line number Diff line number Diff line change 2525 * <ul>
2626 * <li>{@link org.eclipse.daanse.xmla.server.adapter.soapmessage.XmlaApiAdapter}
2727 * - Main entry point, routes SOAP requests to appropriate handlers</li>
28- * <li>{@link org.eclipse.daanse.xmla.server.adapter.soapmessage.Convert} -
29- * Facade for XML-to-API object conversion methods</li>
3028 * <li>{@link org.eclipse.daanse.xmla.server.adapter.soapmessage.SoapUtil} -
3129 * SOAP message building utilities</li>
3230 * </ul>
5149 *
5250 * <h2>Subpackages</h2>
5351 * <ul>
54- * <li>{@link org.eclipse.daanse.xmla.server.adapter.soapmessage.convert } - XML
52+ * <li>{@link org.eclipse.daanse.xmla.server.adapter.soapmessage} - XML
5553 * parsing utilities</li>
5654 * <li>{@link org.eclipse.daanse.xmla.server.adapter.soapmessage.discover} -
5755 * Discover operation handlers</li>
You can’t perform that action at this time.
0 commit comments