com.sun.xml.ws.transport.http.servlet.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jaxws-rt Show documentation
Show all versions of jaxws-rt Show documentation
JAX-WS Runtime with module descriptor
The newest version!
/*
* Copyright (c) 1997, 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
*/
/**
* Servlet transport for the JAX-WS RI.
*
*
* This package glues together the servlet API and
* the JAX-WS hosting API ({@code com.sun.xml.ws.api.server}).
*
*
Compatibility
*
* {@link com.sun.xml.ws.transport.http.servlet.WSServlet}
* and {@link com.sun.xml.ws.transport.http.servlet.WSServletContextListener} class names
* show up in the user application, so we need to be careful in changing them.
*
* Other parts of the code, including actual definitions of the above classes,
* are subject to change without notice.
*/
package com.sun.xml.ws.transport.http.servlet;