oap.jakarta.xml.soap-api.2.0.0-RC3.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jakarta.xml.soap-api Show documentation
Show all versions of jakarta.xml.soap-api Show documentation
Provides the API for creating and building SOAP messages.
/*
* 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