
javax.xml.ws.handler.LogicalHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jboss-jaxws-api_2.3_spec
Show all versions of jboss-jaxws-api_2.3_spec
JSR-000224: Java(TM) API for XML-Based Web Services 2.3
The newest version!
/*
* Copyright (c) 2005, 2018 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
*/
package javax.xml.ws.handler;
/** The {@code LogicalHandler} extends
* Handler to provide typesafety for the message context parameter.
*
* @param message context
* @since 1.6, JAX-WS 2.0
**/
public interface LogicalHandler extends Handler {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy