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 |
Modifier and Type | Field and Description |
---|---|
static Kind |
Kinds.BINDING |
static Kind |
Kinds.MESSAGE |
static Kind |
Kinds.PORT |
static Kind |
Kinds.PORT_TYPE |
static Kind |
Kinds.SERVICE |
Modifier and Type | Method and Description |
---|---|
Kind |
MessagePart.getDescriptorKind() |
Kind |
PortType.getKind() |
Kind |
Binding.getKind() |
Kind |
Message.getKind() |
Kind |
Service.getKind() |
Kind |
Port.getKind() |
Modifier and Type | Method and Description |
---|---|
void |
MessagePart.setDescriptorKind(Kind k) |
Modifier and Type | Field and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
Kind |
GloballyKnown.getKind() |
Kind |
ExternalEntityReference.getKind() |
abstract Kind |
GlobalEntity.getKind() |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
ExternalEntityReference(AbstractDocument document,
Kind kind,
QName name) |
Modifier and Type | Method and Description |
---|---|
boolean |
SOAPEntityReferenceValidator.isValid(Kind kind,
QName name) |
Copyright © 2016 Oracle Corporation. All rights reserved.