Uses of Class
com.sun.tools.ws.wsdl.framework.Kind
-
Packages that use Kind Package Description 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 Modifier and Type Field Description static KindKinds. BINDINGstatic KindKinds. MESSAGEstatic KindKinds. PORTstatic KindKinds. PORT_TYPEstatic KindKinds. SERVICEMethods in com.sun.tools.ws.wsdl.document that return Kind Modifier and Type Method Description KindMessagePart. getDescriptorKind()KindBinding. getKind()KindMessage. getKind()KindPort. getKind()KindPortType. getKind()KindService. getKind()Methods in com.sun.tools.ws.wsdl.document with parameters of type Kind Modifier and Type Method Description voidMessagePart. 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 Modifier and Type Field Description static KindSchemaKinds. XSD_ATTRIBUTEstatic KindSchemaKinds. XSD_ATTRIBUTE_GROUPstatic KindSchemaKinds. XSD_CONSTRAINTstatic KindSchemaKinds. XSD_ELEMENTstatic KindSchemaKinds. XSD_GROUPstatic KindSchemaKinds. XSD_IDENTITY_CONSTRAINTstatic KindSchemaKinds. XSD_NOTATIONstatic KindSchemaKinds. XSD_TYPE -
Uses of Kind in com.sun.tools.ws.wsdl.framework
Methods in com.sun.tools.ws.wsdl.framework that return Kind Modifier and Type Method Description KindExternalEntityReference. getKind()abstract KindGlobalEntity. getKind()KindGloballyKnown. getKind()Methods in com.sun.tools.ws.wsdl.framework with parameters of type Kind Modifier and Type Method Description GloballyKnownAbstractDocument. find(Kind k, QName name)MapAbstractDocument. getMap(Kind k)booleanEntityReferenceValidator. isValid(Kind kind, QName name)voidEntityReferenceAction. perform(Kind kind, QName name)Constructors in com.sun.tools.ws.wsdl.framework with parameters of type Kind Constructor Description 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 Modifier and Type Method Description booleanSOAPEntityReferenceValidator. isValid(Kind kind, QName name)
-