All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javax.xml.ws.handler.LogicalHandler Maven / Gradle / Ivy

There is a newer version: 2.3.1
Show newest version
/*
 * 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