Uses of Class
com.sun.tools.ws.wsdl.framework.Kind

Packages that use Kind
com.sun.tools.ws.wsdl.document   
com.sun.tools.ws.wsdl.document.schema   
com.sun.tools.ws.wsdl.framework   
com.sun.tools.ws.wsdl.parser   
 

Uses of Kind in com.sun.tools.ws.wsdl.document
 

Fields in com.sun.tools.ws.wsdl.document declared as Kind
static Kind Kinds.BINDING
           
static Kind Kinds.MESSAGE
           
static Kind Kinds.PORT
           
static Kind Kinds.PORT_TYPE
           
static Kind Kinds.SERVICE
           
 

Methods in com.sun.tools.ws.wsdl.document that return Kind
 Kind MessagePart.getDescriptorKind()
           
 Kind Message.getKind()
           
 Kind PortType.getKind()
           
 Kind Service.getKind()
           
 Kind Binding.getKind()
           
 Kind Port.getKind()
           
 

Methods in com.sun.tools.ws.wsdl.document with parameters of type Kind
 void MessagePart.setDescriptorKind(Kind k)
           
 

Uses of Kind in com.sun.tools.ws.wsdl.document.schema
 

Fields in com.sun.tools.ws.wsdl.document.schema declared as Kind
static Kind SchemaKinds.XSD_ATTRIBUTE
           
static Kind SchemaKinds.XSD_ATTRIBUTE_GROUP
           
static Kind SchemaKinds.XSD_CONSTRAINT
           
static Kind SchemaKinds.XSD_ELEMENT
           
static Kind SchemaKinds.XSD_GROUP
           
static Kind SchemaKinds.XSD_IDENTITY_CONSTRAINT
           
static Kind SchemaKinds.XSD_NOTATION
           
static Kind SchemaKinds.XSD_TYPE
           
 

Uses of Kind in com.sun.tools.ws.wsdl.framework
 

Methods in com.sun.tools.ws.wsdl.framework that return Kind
 Kind GloballyKnown.getKind()
           
abstract  Kind GlobalEntity.getKind()
           
 Kind ExternalEntityReference.getKind()
           
 

Methods in com.sun.tools.ws.wsdl.framework with parameters of type Kind
 GloballyKnown AbstractDocument.find(Kind k, QName name)
           
 Map AbstractDocument.getMap(Kind k)
           
 boolean EntityReferenceValidator.isValid(Kind kind, QName name)
           
 void EntityReferenceAction.perform(Kind kind, QName name)
           
 

Constructors in com.sun.tools.ws.wsdl.framework with parameters of type Kind
ExternalEntityReference(AbstractDocument document, Kind kind, QName name)
           
 

Uses of Kind in com.sun.tools.ws.wsdl.parser
 

Methods in com.sun.tools.ws.wsdl.parser with parameters of type Kind
 boolean SOAPEntityReferenceValidator.isValid(Kind kind, QName name)