Class Kinds

java.lang.Object
com.sun.xml.rpc.wsdl.document.Kinds

public class Kinds extends Object
Enumeration of the kind of entities that can be defined in a WSDL "definitions" element.
Author:
JAX-RPC Development Team
  • Field Details

    • 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