|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jvnet.wom.api.WSDLPart.WSDLPartDescriptor
public abstract static class WSDLPart.WSDLPartDescriptor
Abstracts wsdl:part descriptor that is defined using element or type attribute.
| Nested Class Summary | |
|---|---|
static class |
WSDLPart.WSDLPartDescriptor.Kind
Enumeration that tells a wsdl:part that can be defined either using a type attribute or an element attribute. |
| Constructor Summary | |
|---|---|
WSDLPart.WSDLPartDescriptor(javax.xml.namespace.QName name,
WSDLPart.WSDLPartDescriptor.Kind kind)
|
|
| Method Summary | |
|---|---|
abstract java.lang.Object |
getSchemaObject()
|
javax.xml.namespace.QName |
name()
Gives Qualified name of the XML Schema element or type |
WSDLPart.WSDLPartDescriptor.Kind |
type()
Gives whether wsdl:part references a schema type or a global element. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WSDLPart.WSDLPartDescriptor(javax.xml.namespace.QName name,
WSDLPart.WSDLPartDescriptor.Kind kind)
| Method Detail |
|---|
public javax.xml.namespace.QName name()
public WSDLPart.WSDLPartDescriptor.Kind type()
public abstract java.lang.Object getSchemaObject()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||