All Downloads are FREE. Search and download functionalities are using the official Maven repository.

oap.jakarta.xml.soap-api.2.0.0-RC3.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 3.0.2
Show newest version
/*
 * Copyright (c) 2017, 2020 Oracle and/or its affiliates. All rights reserved.
 *
 * This program and the accompanying materials are made available under the
 * terms of the Eclipse Distribution License v. 1.0, which is available at
 * http://www.eclipse.org/org/documents/edl-v10.php.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

/**
 * Jakarta SOAP with Attachments API.
 *
 * 

* References in this document to SAAJ refer to the Jakarta SOAP with Attachments API unless otherwise noted. */ module jakarta.xml.soap { requires transitive java.xml; requires transitive jakarta.activation; requires java.logging; exports jakarta.xml.soap; uses jakarta.xml.soap.MessageFactory; uses jakarta.xml.soap.SAAJMetaFactory; uses jakarta.xml.soap.SOAPConnectionFactory; uses jakarta.xml.soap.SOAPFactory; }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy