javax.xml.ws.handler.LogicalHandler Maven / Gradle / Ivy
/*
* Copyright 2007 Sun Microsystems, Inc. All rights reserved.
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
package javax.xml.ws.handler;
/** The LogicalHandler
extends
* Handler to provide typesafety for the message context parameter.
*
* @since JAX-WS 2.0
**/
public interface LogicalHandler extends Handler {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy