| Package | Description |
|---|---|
| com.sun.xml.ws.api.model.wsdl | |
| com.sun.xml.ws.model.wsdl |
| Modifier and Type | Method and Description |
|---|---|
WSDLDescriptorKind |
WSDLPartDescriptor.type()
Gives whether wsdl:part references a schema type or a global element.
|
static WSDLDescriptorKind |
WSDLDescriptorKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WSDLDescriptorKind[] |
WSDLDescriptorKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
WSDLDescriptorKind |
WSDLPartDescriptorImpl.type() |
| Constructor and Description |
|---|
WSDLPartDescriptorImpl(XMLStreamReader xsr,
QName name,
WSDLDescriptorKind kind) |
Copyright © 2015 Oracle Corporation. All rights reserved.