javax.xml.rpc.holders.Holder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of javax.xml.rpc-api Show documentation
Show all versions of javax.xml.rpc-api Show documentation
Java APIs for XML based RPC
/*
* Copyright 2003 Sun Microsystems, Inc. All rights reserved.
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
package javax.xml.rpc.holders;
/** The java.xml.rpc.holders.Holder
interface represents
* the base interface for both standard and generated
* Holder
classes. A generated Holder
* class is required to implement this Holder
* interface.
*
* @version 1.0
* @author Rahul Sharma
**/
public interface Holder {
}