com.sun.tools.ws.wsdl.document
Class Kinds

java.lang.Object
  extended by 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.


Field Summary
static Kind BINDING
           
static Kind MESSAGE
           
static Kind PORT
           
static Kind PORT_TYPE
           
static Kind SERVICE
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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