com.sun.tools.ws.wsdl.document
Class Kinds
java.lang.Object
com.sun.tools.ws.wsdl.document.Kinds
public class Kinds
- extends Object
Enumeration of the kind of entities that can be defined in a WSDL "definitions" element.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BINDING
public static final Kind BINDING
MESSAGE
public static final Kind MESSAGE
PORT
public static final Kind PORT
PORT_TYPE
public static final Kind PORT_TYPE
SERVICE
public static final Kind SERVICE