|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jvnet.wom.api.WSDLEntity
org.jvnet.wom.api.WSDLTypes
public abstract class WSDLTypes
Abstraction for wsdl:types. wsdl:types do not have name attribute, since it extends from you still get name as "", which is equivalent to no name.
| Constructor Summary | |
|---|---|
WSDLTypes(org.xml.sax.Locator locator,
javax.xml.namespace.QName name)
|
|
| Method Summary | |
|---|---|
abstract java.util.Collection<Schema> |
getSchema()
Gives the Schema associated with wsdl:type |
| Methods inherited from class org.jvnet.wom.api.WSDLEntity |
|---|
addExtension, getDocumentation, getExtension, getExtensions, getFirstExtension, getLocation, getName, getOwnerWSDLModel, getWSDLDocument, setOwnerWSDLDocument, visit |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WSDLTypes(org.xml.sax.Locator locator,
javax.xml.namespace.QName name)
| Method Detail |
|---|
public abstract java.util.Collection<Schema> getSchema()
Schema associated with wsdl:type
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||