LogicalHandler.java :  » 6.0-JDK-Modules » jax-ws-api » javax » xml » ws » handler » Java Open Source

Java Open Source » 6.0 JDK Modules » jax ws api 
jax ws api » javax » xml » ws » handler » LogicalHandler.java
/*
 * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
 * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
 */

package javax.xml.ws.handler;

/** The <code>LogicalHandler</code> extends
 *  Handler to provide typesafety for the message context parameter.
 * 
 *  @since JAX-WS 2.0
**/
public interface LogicalHandler<C extends LogicalMessageContext> extends Handler<C> {
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.