s.policy.4.0.3.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 policy Show documentation
Show all versions of policy Show documentation
WS-Policy implementation for Project Metro
The newest version!
/*
* Copyright (c) 2017, 2022 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
*/
/**
* WS-Policy implementation for Metro
*/
module com.sun.xml.ws.policy {
requires transitive java.xml;
requires java.logging;
requires transitive org.glassfish.jaxb.runtime;
exports com.sun.xml.ws.policy;
exports com.sun.xml.ws.policy.sourcemodel;
exports com.sun.xml.ws.policy.sourcemodel.attach /* TODO: to metro-wsit only ? */;
exports com.sun.xml.ws.policy.sourcemodel.wspolicy;
exports com.sun.xml.ws.policy.spi;
exports com.sun.xml.ws.policy.subject;
exports com.sun.xml.ws.policy.privateutil /* TODO: to metro-wsit only ! */;
uses com.sun.xml.ws.policy.spi.LoggingProvider;
uses com.sun.xml.ws.policy.spi.PolicyAssertionValidator;
uses com.sun.xml.ws.policy.spi.PolicyAssertionCreator;
uses com.sun.xml.ws.policy.spi.PrefixMapper;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy